HowTo: Integrate with Facebook from PHP
Who doesn't want their apps to integrate with Facebook? the second most popular site worldwide, and most popular, bar none, in eight countries (according to Alexa)?
Well, Facebook loves PHP, and even offers a PHP SDK for the Facebook API.
The API is available on Github, with examples -- so browse the SDK directly, if you like.
Or try this new tutorial from phpmaster.com. The author, Hari KT, introduces the guide:
Integrating with Facebook from PHP is easy with the help of Facebook’s PHP SDK and some HTTP libraries like Zend_Http_Client or PEAR HTTP_Request2. In this article I’ll show you how to get started using the Facebook PHP SDK. You’ll learn about the Facebook Graph API and create a Facebook application capable of updating your status message and uploading photos.
Hari runs through initial setup, explains, the Graph API, and provides a sample ('Hello Facebook') application. It looks pretty easy, and could lead to something supremely cool.
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)



Comments
Robert Craft replied on Tue, 2011/12/27 - 10:30am
John Esposito replied on Tue, 2011/12/27 - 11:33am
in response to: robertcraft4
Creating a table with a facebook_id field and an email_address field sounds like it would give you the lookup you need..but maybe I'm not understanding your question. Are you currently using user email addresses to identify users, once they go through the checkout process (since you said that users don't actually login..I'm guessing you ask for email during checkout)?
The Wikipedia page on OpenID is pretty good, I think.