Welcome Guest, Not a member yet? Register   Sign In
Twitter none oAuth request with Haughin library
#11

[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.
#12

[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
#13

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

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




Theme © iAndrew 2016 - Forum software by © MyBB