i'm reading some fb-friend-profiles via GraphAPI which works as expected, except that i don't get some "bio" informations about the user. i can read the bio of my own profile, but it won't work for friends. when i debug the access-token with the AccessTokenDebugger i can see the "user_about_me" and "friends_about_me" permission.
when i'm using the GraphApiExplorer by using the same access-token and select the default "Application" i can get the bio of the requested friend.
-> when i select my own application i can see in the access-token the "friend_about_me" permission, but in the result the bio is missing .... mhmm
IMHO i think that the GraphApi request is correct, but i don't get the correct answer!?
any ideas what can cause this issue?!
br, alex