4

I am not sure what property sets the redirect_uri url that appears in the popup facebook dialogue box when authenticating via facebook. I'm asking this because I would like to change it but all attempts have failed. Is this url set from the facebook app settings ( maybe from the site url) or does it need to be changed in JS?

chackerian
  • 1,301
  • 2
  • 15
  • 29

2 Answers2

4

if you use the Meteor accounts-facebook package, this URL is defined for you and is of the form: <your-site-url>/_oauth/facebook/?close

You need to set this URL in your Facebook App page under

Settings -> Advanced -> Client OAuth settings -> Valid OAuth redirect URIs

MrE
  • 19,584
  • 12
  • 87
  • 105
0

Check on my imageimage

Here is your rout Settings > Advanced > Client OAuth settings > Valid OAuth redirect URIs

Community
  • 1
  • 1
Ananda G
  • 2,389
  • 23
  • 39