Hello,

I am using abraham's twitter OAuth PHP library to build a basic
application and it is failing.

It is failing at:

$connection = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET);
/* Get request token */
$request_token = $connection->getRequestToken(OAUTH_CALLBACK);

The returned http_code is 0.

I have registered my application with a valid callback URL and have
got a consumer and a secret key which I am using it in the code.

Let me know if I am missing anything.

Thanks in Advance.

Reply via email to