I can't find it in the Graph API, is there some way to get the alternate name someone fills out in their Account Settings?
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.
|
|
|
It's not currently possible to access this field via the API by any means i'm aware of, you could file a wishlist item in the bug tracker, it may get picked up and implemented. |
|||
|
|
|
Do you mean the user's 'username'? It's a field in the User Graph Object. For example, if you want 'btaylor' returned for this user, https://www.facebook.com/btaylor, you'd grab the 'username' field from the User Graph Object, as in this example: https://graph.facebook.com/btaylor. |
|||
|