As stated on the Facebook API, one can specify the language that the returned results should be localized.

If you request the work history's position, for example, the API will return the english term for it. If you specify "&locale=pt_BR" as a parameter to the graph request, it returns the portuguese term. For localized websites like mine, this is important stuff.

As a quick workaround, I added the following line in the very beginning of the method "fboauth_graphy_query":

$parameters['locale'] = 'pt_BR';

Would be nice to have this as a configuration.

Comments

rudam’s picture

Issue summary: View changes

+1