Question

I'm currently working with Facebook official SDK for Android.

I'm playing around with the advanced example app right now and I don't see how to make it get the applications wall/stream/status instead of the user that logged in.

Is this possible and how in that case?

Was it helpful?

Solution

Try using Graph API e.g. https://graph.facebook.com/2439131959/feed gives you Graffiti app wall feed in JSON format. Obviously you have to change 2439131959 with you app id.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top