/ Published in: PHP

URL: http://www.barattalo.it/facebook-connect-tutorial/
This is a tutorial I've found for integrate Facebook Connect function with your web community.
Expand |
Embed | Plain Text
// // this is just a bit of the code of the tutorial: $fb=new Facebook( FB_API_KEY , FB_SECRET ); $fb_user=$fb->get_loggedin_user();
You need to login to post a comment.