codenitive / laravel-oneauth

OAuth and OAuth2 Auth bundle for Laravel
http://bundles.laravel.com/bundle/oneauth
MIT License
86 stars 16 forks source link

OneAuth does not exchange code for access_token [PayPal] #10

Closed KarthikDot closed 12 years ago

KarthikDot commented 12 years ago

I have been trying to get OneAuth working with PayPal Access. I have got the Oauth flow working just fine, and redirects back to the callback with the code. At this point the expected behavior is to exchange the code for the access token, which does not happen.

That in turn results in the tokens not being stored in the database.

PayPal Access - Oauth2 Guide : https://www.x.com/developers/community/blogs/jcleblanc/implementing-paypal-access-php-oauth-2-primer

crynobone commented 12 years ago

To be honest, I don't have an account to test PayPal process, can you confirm get_access_token run perfectly or it break before that.