localization - Handling name ordering in Facebook Graph API -
according facebook graph api documentation, name_format field gives "the person's name formatted correctly handle chinese, japanese, or korean ordering."
for own facebook account, name_format field returns string "{first} {last}", consistent having western name.
but other possible values there name_format? cannot find documentation of string format. presume chinese user have name_format set "{last}{first}"; me guessing.
(note: this stackoverflow answer attempt answer same question, answer merely guesswork.)
edit
i have verified chinese name, name_format indeed "{last}{first}" (with no space between two). there other possible values?
Comments
Post a Comment