I ask for the wall posts of a user and I also get the posts of other people who posted there.
How do I post ONLY the posts of the user?
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.
In FQL:
If both
source_idandactor_idare the same you will get only that user’s posts to his own wall. (See http://developers.facebook.com/docs/reference/fql/stream)Is that what you are trying to do? What have you got so far?