CodeIgniter Forums
Twitter none oAuth request with Haughin library - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Twitter none oAuth request with Haughin library (/showthread.php?tid=38935)

Pages: 1 2


Twitter none oAuth request with Haughin library - El Forum - 03-15-2011

[eluser]SteRiley[/eluser]
With your script only returning bool(false), are you able to make sure that you can make a connection to the twitter site? Are you able to access the site using cURL for instance?

I've had the same problem also, but when running my localhost behind a proxy.


Twitter none oAuth request with Haughin library - El Forum - 03-15-2011

[eluser]w0bbes[/eluser]
Thanks for your reply Riley,

The thing is that a search for example, does work
Code:
$user = $this->tweet->search(array('q' => 'beiber'));
            var_dump($user);


I get a full var dump returned


Twitter none oAuth request with Haughin library - El Forum - 03-22-2011

[eluser]w0bbes[/eluser]
Any ideas?!


Twitter none oAuth request with Haughin library - El Forum - 03-30-2011

[eluser]w0bbes[/eluser]
Right, got it now.. Curl