artdarek / oauth-4-laravel

OAuth Service Provider for Laravel 4
684 stars 216 forks source link

Twitter - problem with requestRequestToken #85

Open garatortiz opened 10 years ago

garatortiz commented 10 years ago

When i call to requestRequestToken method, the response is (then i hope for a few minutes) "The connection has timed out"... any idea?

the loginWithFacebook work right... the problem is with loginWithTwitter.

i3zhe commented 10 years ago

maybe check your connection with twitter.com first?

fhferreira commented 10 years ago

+1 requestRequestToken

// extra request needed for oauth1 to request a request token :-)
$token = $twitterService->requestRequestToken();