This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
plugin-tuts:facebook-connect [2013/12/18 05:14] Alia |
plugin-tuts:facebook-connect [2014/04/18 09:24] Alia |
||
---|---|---|---|
Line 5: | Line 5: | ||
===== On Facebook side ===== | ===== On Facebook side ===== | ||
+ | ====Settings:basic==== | ||
Go to [[http://developers.facebook.com/setup/]] and create an application | Go to [[http://developers.facebook.com/setup/]] and create an application | ||
- | {{:plugin-tuts:fbconnect_1.png?300|}} | + | {{:plugin-tuts:create_app1.png?300|}} |
- | Fill in basic info page: | + | Navigate to "Settings" section within the left sidebar: |
+ | Fill in basic info page: | ||
* App Domains- enter your domain name **without** http and www | * App Domains- enter your domain name **without** http and www | ||
* Sandbox- disable sandbox mode. | * Sandbox- disable sandbox mode. | ||
Line 17: | Line 19: | ||
{{:plugin-tuts:fbconnect_2.png?300|}} | {{:plugin-tuts:fbconnect_2.png?300|}} | ||
- | test | + | ====App Details ==== |
+ | |||
+ | To upload your own logo add add additional information about your App navigate to** App Details** page ( left sidebar bellow "Settings"): | ||
+ | |||
+ | {{:plugin-tuts:fbconnect_3.png?300|}} | ||
+ | |||
+ | Once all changes are saved go back to Settings>Basic page and copy **'App ID'** and **'App Secret'**: | ||
+ | |||
+ | {{:plugin-tuts:fbconnect_4.png?300|}} | ||
+ | |||
+ | ===== On your site ===== | ||
+ | |||
+ | Go to your Facebook connect settings area. Enter the API key and Secret in "Settings" tab. Review synchronization options in "Profile Questions Synchronization" tab. Your plugin is ready for use. | ||
+ | |||
+ | |||
+ | {{:plugin-tuts:fbconnet_5.png?300|}} | ||
+ | |||
+ | ===== Notes ===== | ||
+ | |||
+ | As per the Facebook requirement, the users who try to register using FBconnect should have only latin character sets in their name. | ||
+ | |||
+ |