【发布时间】:2015-05-24 07:31:10
【问题描述】:
Paypal 给我这个错误
Relying Party Validation error: redirect_uri provided in the request does not match with the registered redirect_uri. Please check the request.
尝试显示 oAuth 登录框时。我已将 paypal 中的 redirect_uri 复制并粘贴到我的代码中。
这是我引导用户访问的 URL
https://www.paypal.com/webapps/auth/protocol/openidconnect/v1/authorize?client_id=<MYCLIENTID>&response_type=code&scope=email&redirect_uri=<MYREDIRECTURL>
请注意,这是从https://developer.paypal.com/webapps/developer/applications/editapp 上的应用返回 URL(实时)复制和粘贴的
知道如何克服这个错误吗?
【问题讨论】:
-
请注意,我尝试了 url-encoding 而不是 url-encoding URI
-
你解决了这个问题吗?我有同样的问题。
标签: php paypal oauth oauth-2.0