简体   繁体   中英

Facebook Graph Api User Information

throught facebook graph api I'm searching for certain events, I'd also like to get information about user how participate those events. Using facebook graph api I'm able to pull basic information about users - name , id and profile picture. The issue is that i'd like to get user's age - and the problem is that I'm not creating a facebook application , but a website which pulls data from facebook using their api. In order to get user's birthday I need a user_birthday permission.

I wonder if i'm able to get users' age without having this permission ? The fact those users participate a certain event matters ? If I must have this specific permission , how do I get it ? Remember I don't create a facebook application.

Any suggestion would be helpful, thanks in advance

  • You need permissions
  • You need an app
  • So change your thinking about what a Facebook "app" is. Your webpage must make some calls to facebook's Graph or FQL endpoint. You must show the standard authorization window or web page to your users. However, in every other way your users will see a "web page", not an "app"
  • Your app can be a website-only app, ie there is no canvas page at http://apps.facebook.com/your-awesome-app
  • To start, goto https://developers.facebook.com and create an "app"
  • Then do some searches on google about "facebook" "user age" "authentication for websites", etc, etc...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM