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...
|
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... |
|||
|
|
|
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. |
|||||||||
|