I need to retrieve a results data using php in facebook, but the question was made by a friend not me, the link is http://www.facebook.com/questions/108352712644317/
is it possible?
i read the documentations but no luck, didnt find anythins like…
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.
Your app needs to grant the friends_questions permission to read your friends questions and then read the questionsOptions table for the answers
https://developers.facebook.com/docs/reference/api/question/
https://developers.facebook.com/docs/reference/api/question_option/
I believe you can only get your own questions, and friends questions. Though doing something like https://graph.facebook.com/PAGE_NAME/questions seems to work as well for public pages like Coca Cola etc.