1

Trying to internationalize some open graph's achievements. I tried to put alternate og:locale as described in http://developers.facebook.com/docs/beta/opengraph/internationalization/.

When doing so, my open graph "achievements" objects are actually crawled with an alternate fb_locale, but only for the en_US locale, ignoring others.

Is this the proper way to perform internationalizations for achievements?

pmaruszczyk
  • 2,157
  • 2
  • 24
  • 49

1 Answers1

0

Have you tried to use locale url variable like that:

https://graph.facebook.com?id=blah&locale=en_US
deadrunk
  • 13,861
  • 4
  • 29
  • 29