Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I tried my best to find out a simple way to get the recent news feed of the logged in Facebook user in my android application. It was simple to get the recent Tweet with the Screen name for Twitter. Is there something similar to that. I'm using the standard Facebook sdk that i downloaded from here

Also is it possible to view the News Feed of the users who have added my mobile application in facebook website.

share|improve this question

1 Answer

up vote 1 down vote accepted

this link helped me , but for some reason , i can't get what others have written to the wall of the current user . only those that the current user has created are included .

if you find out how to overcome this , please let me know.

there are some posts (like this one) on this forum that say that i need to provide the page id , but i don't understand where do i get such a thing .

share|improve this answer
Thanks for the reply. But i worked out a simple one. Used FQL.... – Vivekanand Aug 9 '12 at 4:32
yes , i have recently found that FQL can retrieve things that Graph-API can't . i don't understand why it's like that . can you please post a small sample of what you did ? – android developer Aug 9 '12 at 5:49

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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