문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top