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.