I want to get the all the wall post information that has been posted by the user.Is it possible to get that? I can post message on my wall through Graph API but i dont know How to get wall post..
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
there’s the news feed: https://graph.facebook.com/me/home?access_token=, and the profile feed, or wall, https://graph.facebook.com/me/feed?access_token=
see https://developers.facebook.com/docs/reference/api/
but if you mean you want to get everything a user posted on other people’s walls, I don’t know how to do that.