I'm interested in using the Facebook Open Stream API to read a users Facebook news feed in my PHP web app.
I'm interested if someone with API experience can answer the following;
- Am I right to use Facebook Open Stream API?
- Where is the most comprehensiv开发者_运维百科e documentation.
- Is there a PHP library I can use?
You'll want to use the new Facebook graph API.
Here's the docs for it: http://developers.facebook.com/docs/api
Here's their PHP SDK: http://github.com/facebook/php-sdk/
精彩评论