-
Notifications
You must be signed in to change notification settings - Fork 2
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
Everything necessary to post to users walls
Some specifics on status messages
User authentication, app authorization and app authentication.
Specifics on permissions, we are primarily interested in publish_stream
Client Library and some Examples in PHP