artdarek / oauth-4-laravel

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

TokenResponseException when using Xing Auth #138

Open mahfuz05 opened 9 years ago

mahfuz05 commented 9 years ago

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