开发者

Facebook error "Missing redirect_uri parameter."

开发者 https://www.devze.com 2023-01-10 00:27 出处:网络
Kohana_Exception [ 0 ]: Error fetching remote https://graph.facebook.com/oauth/access_token? client_id=<removed>&
Kohana_Exception [ 0 ]: Error fetching remote 
    https://graph.facebook.com/oauth/access_token?
                client_id=<removed>&
                client_secret=<remove>&
                code=<remove>&
                redirect_uri=http%3A%2F%2F<ip>%2Flogin%3Fmethod%3Dfboauth%26redirect_uri%3Dhttp%253A%252F%252F<ip>%2开发者_JAVA技巧52F 

[ status 400 ] {"error":{"type":"OAuthException",
                         "message":"Missing redirect_uri parameter."}}

Even though I'm included redirect_uri, Facebook Connect is reporting otherwise.


redirect_uri=http%3A%2F%2F%2F

There are three %2F in that redirect_uri, meaning three forward slashes: http:///

I am not sure how you are building it, but you should check to see what would cause that extra slash.

0

精彩评论

暂无评论...
验证码 换一张
取 消