When I access the FQL:
SELECT post_id, description FROM stream WHERE source_id = me()
The description comes in English. How can I get the description at the user language?
|
When I access the FQL: SELECT post_id, description FROM stream WHERE source_id = me() The description comes in English. How can I get the description at the user language? |
||||
|
|
By adding a Graph API Explorer example, getting the descriptions in German (locale=de_DE) |
|||
|
|