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 know how to retrieve family from Facebook using fql. But I can't find how to do so using the much more convenient graph API. Is there a way or is fql the only way to find relationships?

share|improve this question

1 Answer

up vote 1 down vote accepted

Via graph API it will be:

https://graph.facebook.com/UID/family

which requires user_relationships/friends_relationships extended permissions

share|improve this answer
Excellent, only that it doesn't include family which aren't associated with a facebook profile. How did you find out about this? I didn't see it in any of the reference documentation. I just found it now roaming in the graph api explorer. Is that how we're expected to find these kinds of objects? – at. Sep 20 '11 at 15:49
it is there in the docs, see graph api for user - connections: developers.facebook.com/docs/reference/api/user – Anatoly Lubarsky Sep 20 '11 at 15:59

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.