I'd like to retrieve, for instance, a friend's birthday, using the graph API.
So I pick a friend whose birthday my profile can see, go to the Graph API Explorer, generate an access token with the friends_birthday
privilege, and input [friend_name]/?fields=birthday
and... it doesn't return anything. The birthday
field on the side is grayed out, with a mouse-over text that says
"Field is empty or disallowed by the access token".
The worst part is that it works fine for some friends, but not for others. Is it related to the level of visibility they set for this information on their profile? I assumed that the app can see everything my profile can see (if I give it full privileges), but maybe that's not the case. Or is there something wrong with my request?