Thursday 13 February 2014

Facebook integeration with your website using jquery

To integerate your website with facebook follow these steps :
  1. First Register your application on facebook by going to this url https://developers.facebook.com
  2. After registering you got an application id like this XXXXXXXXXXXXXXXX and configure the domain in app settings.
  3. Then run the html file after appending your domain like this : http://domain.com/fblogin.html
  4. Then copy and paste the source code into the fblogin.html file.
  5. Also replace the appId with your application id.
  6. Enjoy.
Here is the link of source code :  https://github.com/naveenvalecha/jquery-facebooklogin/tree/master

    No comments :

    Post a Comment