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.

How is it possible that a user has no name?

For example id: 100004139740839. This user registered in my application yesterday.

If you try to get data without using an access token, you will receive false response. When I pull data with the user's access token I get following data:

{
   "id": "100004139740839",
   "link": "https://www.facebook.com/profile.php?id=100004139740839",
   "timezone": 0,
   "locale": "pt_BR",
   "verified": true,
   "updated_time": "2012-08-10T07:12:01+0000"
}

i.e. there is no "name" field.

share|improve this question
1  
Is this the actual user id? I only get false when I try to look it up using the Graph API Explorer, although a user’s basic info should always be available, even without an access token specific to that user. The only thing I could think of why this might be happening is that maybe the account has been deleted/deactivated/blocked already (but then it’d be strange that you can still use a user access token for it). – CBroe Aug 13 '12 at 8:00
Yes, this is actual user ID and i still can use his access token. More then that, this user is admin of some pages that still active. – Megas Aug 13 '12 at 15:57
In your privacy settings on facebook, you can choose to show up in search results. This probably affects how the graph api accesses the "public" information. – alexy13 Aug 13 '12 at 17:56

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.