codenitive / laravel-oneauth

OAuth and OAuth2 Auth bundle for Laravel

Home Page:http://bundles.laravel.com/bundle/oneauth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OneAuth does not exchange code for access_token [PayPal]

KarthikDot opened this issue · comments

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

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.