elaniin / AccountKit-Web-PHP

Example of implementation of Facebook Account Kit for Web using PHP
24 stars 22 forks source link

facebook app settings #2

Closed durnezj closed 8 years ago

durnezj commented 8 years ago

What are your settings in the facebook developpers console? My account kit doesn't work and the fault is in the facebook app settings but i don't know the correct settings, i always get an error when the i click the button and the popup opens.

adriangomezme commented 8 years ago

Hi @durnezj ,

There are 2 parts of setting for your Accont Kit configuration.

  1. In the "settings" section, the App Domain and the Site URL are the important things. accountkitphp_configuration.
  2. In the "Account Kit" section, check how my settings are. accountkitphp_configuration2

Let me know if that helps and if now works for you.

adriangomezme commented 8 years ago

Another thing,

In the Account Kit section you need to add your domain in the Server URLs field. In my example I added http://toolboxsv.com/, https://toolboxsv.com/, http://www.toolboxsv.com/, https://toolboxsv.com/, because i want my integration work with https and http, and www or without www. accountkitphp_configuration3

durnezj commented 8 years ago

Thanks for your answer, I'll let you know as soon as i am able to work on it

durnezj commented 8 years ago

Thank you so much, my problem has been resolved and it is workig now!