Open stewebyourmind opened 10 years ago
Hi, I have exactly the same issue. Did you find something?
I Have this kind of issue too
Found this solution. change this $service->requestAccessToken to $serivice->requestRequestToken
codesleeve\social\controllers\SocialController.php /* * [twitterConnect description] * @return \Illuminate\Support\Facades\Response / public function twitterConnect() { $service = App::make('social')->twitter(); if (Input::get('oauth_token', null)) { $service->requestRequestToken( Input::get('oauth_token'), Input::get('oauth_verifier') ); }
return Redirect::to(Config::get('social::twitter.redirect_url'));
}
@martuico .. the solution doesn't work for me, is there anything i should take a second look at?
I try to login in on my site using Twitter ( Social::login('twitter'); ) and I receive the error below. Notice that: