Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook Application Secret for multiple websites

I am having 25 websites and I am using Facebook Register plugin http://developers.facebook.com/docs/plugins/registration/ it needs a redirect url where the form is posted and to parse signed url a secret key. I need to use it on multiple websites . I see that in app I have to use Site url . Is there anyway to get it working on all sites with one application ?

like image 232
Pit Digger Avatar asked Dec 28 '22 19:12

Pit Digger


1 Answers

If the websites are on different domain name, then you have to create one Facebook application per website on the Facebook developer website.

This comes from the fact that, for security reasons, Facebook controls from where is coming the request : it has to match with the domain name you set in the settings of the app.

Hope that helps.

like image 105
Quentin Avatar answered Jan 19 '23 07:01

Quentin