Akshat Goel
Akshat Goel

Reputation: 528

Get gender of invitable_friends in Facebook SDK

I am developing a Facebook application for ladies out there where users can only send invites to other females.

Is it possible to find out the gender from invitable_friends list (or any other way)?

Upvotes: 0

Views: 222

Answers (1)

andyrandy
andyrandy

Reputation: 74014

There is no gender field in the result of invitable_friends, and the ids you get back are not realy ids but invite tokens only.

So there is no way to get the gender of friends afaik. Except for friends who authorized your App too. In that case, you can use me/friends?fields=name,gender.

Upvotes: 1

Related Questions