When querying facebook graph’s api I see that there are several properties missing, for example these properties:
- General information
- Mission
Is this on purpose? Is it possible to somehow retrieve these properties?
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.
Missionandgeneral_infostill exist. Use FQL to get it. See https://developers.facebook.com/docs/reference/fql/page/ To do FQL via the graph is simple:http://graph.facebook.com/fql?q={your fql}&access_token={accessToken}. Play with it here: https://developers.facebook.com/tools/explorer