简体   繁体   中英

How to get birthdate, location, etc from facebook api v2.4?

How to get birthdate, location, etc from facebook api v2.4? Why Graph API returns to me only two fields(name and id)? Where other fields?

My initial thoughts would be to ensure that you have the correct permissions on your app to collect birthdays.

My second thought would be to try something like this:

$friends_birthday = $facebook->api("/me/friends?fields=id,name,birthday");

But without knowing what you have tried (or even what language you are trying to do this in), trouble shooting is tough.

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