I am developing an app to fetch my friends work history and education from facebook
For some of my friends
graph.facebook.com/me/friends?fields=name,work&.........
gives details about their employers
For a friend xyz I get only the name while using the above url. But when I try
graph.facebook.com/xyz?fields=name,work
I get his work details also.
What is the difference between these two urls?