Facebook error "Missing redirect_uri parameter."
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.
精彩评论