artdarek / oauth-4-laravel

OAuth Service Provider for Laravel 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TokenResponseException when using Xing Auth

mahfuz05 opened this issue · comments

After getting ?oauth_token=dc6659cd257e0547cc58&oauth_verifier=3008
when calling this $xing->requestAccessToken($token, $verify);
getting this error.
'OAuth\Common\Http\Exception\TokenResponseException' with message 'Failed to request resource

but working fine with facebook,twitter,g+ and linkedin