I use the FB exchange api token as follows:
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% 2Fotagzcl. com% 2FfacebookCallback
I get the following error: "message": "The redirect_uri parameter is missing.", "Type": "OAuthException", "code": 191
I have my app url: otagz.cloudfoundry.com
I know that there is another question on this issue, but there is no solution for it, and this is from 2010.
Does anyone know what happened to redirect_uri?
Thanks Cristian
redirect facebook facebook-oauth
cristian.petroaca
source share