Quantcast
Channel: How to get feeds of facebook using simple facebook? - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by sromku for How to get feeds of facebook using simple facebook?

Use getPosts() method:String entityId = ...;mSimpleFacebook.getPosts(entityId, PostType.ALL, onPostsListener);You can filter by:PostType.ALL - Everything that was published (links, statuses, photos...)...

View Article



How to get feeds of facebook using simple facebook?

I am trying to get all the feeds of facebook id. I got all the feeds using graph explorer tools but when I use simple facebook 2.0 in android, I didn't get all feeds but few. `String entityId = "me";...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images