I have a very weird behavior when using the facebook <fb:name> tag in my application.
For example I have a list of users rendered on my web page and I am using the <fb:name> FBML tag to generate a link to the user profile. For example the generated link for:
<fb:name uid="627670450" useyou="false"></fb:name> would be: http://www.facebook.com/profile.php?id=627670450 and facebook would display:
"This content is currently unavailable"
And I know that the user exists because I can verify it: http://graph.facebook.com/627670450
For other fbuser id's the generated links works fine for example:
http://www.facebook.com/profile.php?id=100000032667354 which displays user profile page with no problems.
Any ideas why for some users Facebook wouldn't display the profile page? On the front end I'm generating around 100 users and it's doing this for almost half of them.
I should add that the profile <fb:profile-pic> tag works just fine for every user as I can see all users profile images.
The only reason I can think of is the privacy settings that user could use to block their profile to be displayed but I'm not sure if this is the case.
Any suggestions greatly appreciated.