vote up 3 vote down star
2

I'm looking for example PHP code (preferably using the FB PHP library) that does the following:

  • Let my website connect to my FB account when i log into FB connect.
  • Store my facebook credentials (email hash and FBID?) locally
  • Log me out of Facebook connect when I log out of my website
  • Automatically log me back into FB connect without the connect dialog when I log back into my site using the stored credentials.

Basically trying to do what sites like digg do with FB connect but I can't find a good (basic) example of exactly what I need. (which I'd of assumed to be a common need to FB connect websites)

Any suggestions?

Thanks

flag

75% accept rate
"A good (basic) example of exactly what I need." Eh? Exactly? - The API provides methods to do what you're asking, It's your job to integrate them into your site. Your question is too specific to your site. – Jon Hadley Oct 28 at 20:48
Too specific to my site? What I outlined seems to be a pretty general checklist for any site wanting to integrate Facebook Connect for their current users. There is nothing really specific to my site here. Was just wondering if anyone had come across a full tutorial online to do this. – Brian Oct 28 at 21:01
+1 Don't know why this is voted down. Seems to be a reasonable question – Tim Büthe Nov 4 at 13:13

1 Answer

vote up 1 vote down check

This has everything: http://wiki.developers.facebook.com/index.php/The%5FRun%5FAround

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.