Yang
Yang

Reputation: 6902

how to get facebook news feed on android with phonegap?

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

Upvotes: 0

Views: 1228

Answers (2)

Jesse Chen
Jesse Chen

Reputation: 4928

The API endpoint for the user's news feed is me/home. Make sure you have the extended permission read_stream.

https://developers.facebook.com/tools/explorer/?method=GET&path=me%2Fhome

Upvotes: 2

JeffS
JeffS

Reputation: 2737

Could you use the plugin for authentication, then the normal Facebook JavaScript SDK for your requests?

Upvotes: 0

Related Questions