artdarek / oauth-4-laravel

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

Twitter dont work #125

Closed karnash closed 8 years ago

karnash commented 9 years ago

Failed to request resource. to request URL

    // get request token
    $reqToken = $tw->requestRequestToken();
    // get Authorization Uri sending the request token
    $url = $tw->getAuthorizationUri(array('oauth_token' => $reqToken->getRequestToken()));
    echo $url 
bonbon1702 commented 9 years ago

Same here :((

karnash commented 9 years ago

i solve.. that adding a CALLBACK URL on the twitter app... :+1:

22