could someone explain to me why a few of my members from my group page have blank data for their names but their facebook ID shows up just fine?
An example of what i am talking about would be:
<user>
<id>xxxxxxxx</id>
<name>Bobby Bushay</name>
</user>
And the ones that show the fb id but not the name look like this:
<user>
<id>xxxxxxxxxxxx</id>
<name> </name>
</user>
So i figure it has something to do with their privacy settings maybe? If so, where would i need to direct them in order to change that privacy setting so it can be read? Oddly enough though when i am using the facebook Graph API Explorer and i click on their ID it gives me all their info including their first and last name????
Thanks!