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?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.