Is there any way, with the current tools, to fetch the posts from the event wall?
Is there any way to use FQL, REST or anything else to achieve this?
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.
Yes, using the
eventobject in the Graph API:You’ll need a valid access token and the
user_eventsor thefriends_eventspermissions as well.