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.

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!

share|improve this question

1 Answer

up vote 1 down vote accepted

What happens if you go to the User's profile page? E.g. facebook.com/{profile_id}

Its could be that those users are preventing their information being shared to the group / or members of it.

Ask the user to edit the How people bring your info to apps they use settings on their account, found under Privacy Settings > Apps, games and websites. Maybe that will make a difference. In particular, check if the Bio checkbox is checked.

share|improve this answer
Hum well i just checked out my privacy settings and i do not even have "bio" checked. I only have "my website", "if im online" & "my app activity". – StealthRT May 24 '12 at 18:31
So this would explain why some users' data isn't coming through. They might have the Bio option unchecked too. – Niraj Shah May 25 '12 at 11:17

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.