Skip to content

Facebook API

Lior Ben-kiki edited this page Mar 4, 2011 · 1 revision

Facebook keeps a fully documented API, but I've selected a few landmarks in it relevant to some of the basic stuff we will be using, primarily the Graph API and OAuth 2.0.

Facebook API Discussion in Issues


The Graph API

Everything necessary to post to users walls


Status Messages

Some specifics on status messages


OAuth 2.0 Protocol with FB

User authentication, app authorization and app authentication.


Permissions

Specifics on permissions, we are primarily interested in publish_stream


PHP SDK for the Facebook API

Client Library and some Examples in PHP

Clone this wiki locally