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.

When I access user data via graph api suhc as
graph.facebook.com/USERNAME
it's giving me data like below.

{
   "id": "1234",
   "name": "John  Doe",
   "first_name": "Jone",
   "last_name": "Doe",
   "link": "http://www.facebook.com/john.doe",
   "username": "john.doe",
   "gender": "male",
   "locale": "en_US"
}

and the name field includes some extra spaces like "John[space][space]Doe". Can somebody help me, or at least explain this? I don't like this weird behaviour.

share|improve this question
Working fine here. Take a look to Facebook bugs system, maybe can help. – Gremo Feb 13 '12 at 15:30
Thanks Gremo, and I posted on bugs system, developers.facebook.com/bugs/…. Hope it works out. – Go Hagiwara Feb 14 '12 at 2:37

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.