views:

392

answers:

1

The Facebook Graph API lists a 'link' parameter in its documentation, which is the user's profile url. Mine is http://www.facebook.com/adambossy.

This is not listed as one of the available Extended Permissions, so, presumably, it's available without asking. I believe it's publicly available as Google results would reveal this.

However, pinging the API with a proper access token using OAuth doesn't yield the link parameter in the return value. It works for some friend's accounts, but not all, and I don't see any privacy settings pertaining to this.

Why is the 'link' parameter not being returned?

+1  A: 

More than likely it's your privacy settings. The example on the graph API shows a bunch more information being returned: https://graph.facebook.com/arjun My profile data returned looks just like yours and I have my privacy settings all set to "Only Friends" or "None" if I can.

Typeoneerror

related questions