I am using the FB exchange token api like this :
https://graph.facebook.com/oauth/access_token?client_id={client_id}8&client_secret={client_secret}}&grant_type=fb_exchange_token&fb_exchange_token={one_hour_token}&redirect_uri=http%3A%2F%2Fotagz.cloudfoundry.com%2FfacebookCallback
I am getting the following error :
"message": "Missing redirect_uri parameter., "type": "OAuthException", "code": 191
I have my application URL : otagz.cloudfoundry.com
I know there is another question on the subject but there is no solution to it and it is from 2010.
Does anybody know what's wrong with the redirect_uri?
Thanks, Cristian