I have been playing with Facebook Graph API around a week, and I still could not find how to get user’s network information? I don’t know if the Graph API stores user’s network; I didn’t see such information. Simply, if a user is in “Google” network, may I get the name and the ID of the networks that the user belongs to?
If this is not possible, may I reach the user’s secondary email addresses?
Thanks for your help.
Using FQL : the
affiliationsfield of the User table contains this informationSample call:
https://graph.facebook.com/fql?q=select affiliations from user where uid= 4&access_token=<ACCESS TOKEN>Sample response: