PHP and MySQL Facebook connect tutorial


/ Published in: PHP
Save to your folder(s)

This is a tutorial I've found for integrate Facebook Connect function with your web community.


Copy this code and paste it in your HTML
  1. //
  2. // this is just a bit of the code of the tutorial:
  3. $fb=new Facebook( FB_API_KEY , FB_SECRET );
  4. $fb_user=$fb->get_loggedin_user();

URL: http://www.barattalo.it/facebook-connect-tutorial/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.