Need help,
function getFamily()
{
FB.api('/me/family', function(response) {
alert(JSON.stringify(response));
});
}
With the above function i am unable to fetch the list of family relationship.
If there is any other way?
Thanks
Have you acquired “user_relationships” permission first …?