php - Paypal REST Oauth giving redirect error -


paypal giving me error

relying party validation error: redirect_uri provided in request not match registered redirect_uri. please check request. 

when trying oauth login box show up. have copy , pasted redirect_uri paypal code.

this url i'm directing user to

https://www.paypal.com/webapps/auth/protocol/openidconnect/v1/authorize?client_id=<myclientid>&response_type=code&scope=email&redirect_uri=<myredirecturl> 

note copy , pasted app return url (live) on https://developer.paypal.com/webapps/developer/applications/editapp

any idea how past error?

yes, contacted paypal , had "enable setting" on end. , said yes on end.


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -