I've been playing with phonegap's android facebook plugin. The hackbook example did not specify how to get news feed for a user from facebook. Is there an API for doing this? I've done extensive search in stackoverflow but did not get any answers. https://github.com/davejohnson/phonegap-plugin-facebook-connect
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The API endpoint for the user's news feed is https://developers.facebook.com/tools/explorer/?method=GET&path=me%2Fhome |
|||
|
|
|
Could you use the plugin for authentication, then the normal Facebook JavaScript SDK for your requests? |
|||||||
|
homeorfeedconnection of theUserobject – Igy Oct 26 '12 at 18:06