Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to know what networks the user is in...like their high school, etc.

share|improve this question
Possible duplicate: stackoverflow.com/questions/4522830/… – bronsoja Jun 20 '11 at 2:55
That question doesn't ask about the Graph API. – TIMEX Jun 20 '11 at 3:02
2  
Umm.. The title of the other question is "How to get user's network information using Facebook Graph API?" Either way, the answer there gives the same answer I could find. Specifically, this isn't availalble through the graph api and you have to use FQL to get the data. Also this forum.developers.facebook.net/viewtopic.php?id=61053 supports that as the only method available. – bronsoja Jun 20 '11 at 3:13

1 Answer

The linked question is correct, there's no support in Graph for querying a user's network. It's only available via FQL[Affiliations]

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.