/ Published in: PHP
This is a tutorial I've found for integrate Facebook Connect function with your web community.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// // 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();
URL: http://www.barattalo.it/facebook-connect-tutorial/