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
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
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