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.
Internationalization, also known as i18n, refers to the techniques and tools to make the software change its behavior based on the country or culture of the user running it. This is a matter not only of changing the language which the software presents (e.g. in its user interface), but of changing ...
0
votes
1answer
25 views
Localize text in re-authentication popup
When trying to force a re-authentication, I always get the following information message in the Facebook login popup :
The page you are trying to visit on ... requires that you re-enter your ...
0
votes
0answers
27 views
Internationalization of Open Graph Objects for plural feeds
I've been developing a facebook application which uses open graph.
I have an open graph action, lets say it's "Answer a Question" where Answer is action and Question is object. By using "og:locale" ...
0
votes
1answer
16 views
Does Facebook's OpenGraph support language-only locales?
http://developers.facebook.com/docs/internationalization/ says "Facebook locales follow ISO language and country codes respectively, concatenated by an underscore.".
So would it accept "en" or is it ...
0
votes
0answers
26 views
Open graph translation uses old translation even after “Delete and re-import all strings”
I've been having trouble with the translations of my open graph actions in the newsfeed. Yesterday i had updated a translation, did the "Delete and re-import all strings" and i could see the effect in ...
0
votes
0answers
76 views
how to get the locale of a facebook user clicking on a localised object's link?
I'm about to implement open graph localised objects.
I have configured the og:locale:alternate meta tags, and, when a Facebook crawler request comes in, the correct locale is returned. As a result, I ...
0
votes
0answers
52 views
OpenGraph objects i18n. No fb_locale or X-Facebook-locale
When i post my object to facebook it scraps them without specifing locale, i answer with following locales:
<meta property="og:locale" content="en_us"/>
<meta ...
1
vote
0answers
30 views
Changing the app Display Name loses translations?
I have an app with the display name: "ABC"
The entire app was translated with facebook i18n and it works:
"Steve bought a car on ABC" -> "Steve comprou um carro no
ABC
But what is ...
4
votes
1answer
297 views
How to implement internationalization of OG-Tags?
for an upcoming project we wanna translate our app to multiple languages. Having a look at Facebook's How-To: Open Graph Internationalization page, you get very detailed information on doing this.
...
2
votes
1answer
143 views
Maximum width of a like button in any language (internationalization)?
I am working on a site that will have very high international distribution and need to understand the maximum width of a like button in any of the available languages.
So far, the biggest Like ...
0
votes
1answer
79 views
Rails: Best way to integrate Facebook on project with multiple domains
On my current project we planing to integrate Facebook for authentication. The site use different domains for i18n, sitenameineng.com sitenameinswe.se and so on.
Facebook only allows multiple domains ...
1
vote
0answers
198 views
facebook opengraph crawler doesn't send me fb_locale
I have an opengraph object that supports multiple locales (in this example, en_US by default and fr_FR).
This is an example of my generated html page that used by the facebook opengraph but when I ...
1
vote
0answers
220 views
OpenGraph scraper not accepting locale
I got a problem with the internationalization of Open Oraph objects.
When I ask the scraper to scrape my opengraph objects in a specific locale, the object is first scraped in the default locale, ...
5
votes
1answer
507 views
Open Graph object internationalization: no scrape / missing parameter fb_locale
I am having trouble with internationalization of my open graph objects. I am providing the og:locale as well as the og:locale:alternate tags, but Facebook does not scrape my objects in different ...
1
vote
1answer
129 views
Does facebook like buttons have i18n feature?
in my rails app, i have a vote feature working with facebook likes.
Is their a way to have a dynamic meta facebook description (og:title) for any of the language i support.
For instance, on my ...
0
votes
0answers
88 views
Facebook Integration when using I18N with location based urls (Rails 3.2.6)
I'm trying to set up Facebook Authentication for my website, thing is I have location based urls ie.
localhost:3000/en/user/me
so my authentication url is redirecting to /en/auth/facebook which ...
0
votes
1answer
28 views
Actions for Timeline Apps may be sent in another language for approval?
My application default language is spanish. In a near future I want it translated by facebook, but right now I need the action verbs to be in spanish. If I send the action in spanish for approval:
a) ...
3
votes
0answers
147 views
Open Graph Action translations… import an XML with translations?
I've looked through the docs and admin panel and don't see a way to "import translations."
Do I really need to enter them by hand via the Bulk UI?
We have 400 strings x 26 languages, it'd be great ...
4
votes
1answer
346 views
Website's locales correctly crawled but badly displayed
I have a multi-language website which is correctly crawled by Facebook, but badly displayed on Facebook walls.
The site exists in two languages, therefore I have set up two different sets of og ...
1
vote
0answers
48 views
facebook internationalization deprecated tags
I am trying to develop a multi-language app for facebook.
I saw the reference documents regarding internationalization, but they use fbml which is being deprecated!
...
0
votes
0answers
85 views
fb:intl is not working
I read a lot about internationalization, I think it's not very difficult, I just have to put my text like
<fb:intl> Hi, this is my first application </fb:intl>
and then I will find ...
2
votes
0answers
103 views
Testing user experience from multiple countries [closed]
I'm working on an app that displays slightly different behavior based on the country that the user is in. I'm using the signed_request['user']['country'] parameter (which from my research appears to ...
0
votes
1answer
1k views
Get user ID and locale without authorization
Can I get locale of facebook user (en_US etc.) on facebook iframe tab without prompting a log in window ?
I know that you can make translations of application and show application in user's language ...
0
votes
1answer
131 views
How can I change/tranlate the text which I use for sending Facebook application requests based on the target user?
I'm using Facebook application requests in my application for users to invite their friends. And I use the 'Message' property to set the application custom message and send the invitation.
I know ...
2
votes
2answers
759 views
Translation not working with Preview-Stories in Open Graph Timeline-View
We are working on an app that has the locales german and english. Our app creates open graph actions like "[User] offered [Object] on [App]".
I have translated all our strings in facebooks ...
1
vote
0answers
113 views
Posting Japanese message to wall
I've tried to post Japanese message to wall from my Android app via Facebook SDK.
But the message is shown like &#26085;&#26412;&#35486; on the wall (it should be 日本語).
Do I ...
1
vote
1answer
321 views
How do I set og:url when a locale is required?
I'm working on a site where the locale is required as part of the URL (e.g. http://example.com/content/locale).
If you don't enter a locale (e.g. http://example.com/content) you're shown an error ...
1
vote
2answers
368 views
Open Graph ticker localization
My app adds lines like this to the ticker "[User] read [article] on [app]". I'd like to have that translated into Danish for users that use Facebook in Danish, so I've added this to the meta tags:
...
0
votes
1answer
240 views
Customize language for FQL response
Is there a way to get the FQL results in different languages?
Right now, FQL's response is returned in English. Can I customize the language to get response in some other language?
0
votes
1answer
284 views
how to translate like button in unsupported locale (i.e. en_CA)
I've understood from like button doc and i18n that I can replace en_US with a subset of the standard locale (xx_YY):
http://connect.facebook.net/en_US/all.js#xfbml=1
But I cannot use the ...
4
votes
1answer
2k views
Facebook Open Graph locale for Australia
I am trying to add the og:locale tag for an Australian website and Facebook's linter tells me that I have an error.
Based on the documentation (and assuming what the correct content should be), I ...
0
votes
0answers
276 views
Facebook Dialog Internationalization Broken with JS+OAuth 2.0
Upon updating my JavaScript Facebook application to OAuth 2.0 (as per their migration schedule, see here), I'm no longer able to internationalize the login dialog as per their documentation.
To start ...
1
vote
1answer
244 views
<fb:intl> does not work
I tried to work with today. My starting point was here: https://developers.facebook.com/docs/internationalization. Unfortunately I am not able to register a string with the translation application.
...
1
vote
1answer
858 views
Localized OpenGraph meta information?
I have a site that is available in multiple languages (English and German for now). The landing page / automatically redirects the visitor to either /en or /de. There are social buttons on the page ...
3
votes
3answers
492 views
Can internationalization through the facebook Translations app be achieved inside an iFrame app, without using deprecated FBML technology?
We've invested some time into using the Translations app for our old-style FBML facebook apps. The creation of FBML apps is now deprecated, and only iFrame apps can be created. We would like to have ...
3
votes
1answer
575 views
Facebook API: What language are the locations returned in?
I searched Facebook's documentation, but could find it. In what language are the locations (for example, for checkins) returned in the Facebook API? In the application's language, in the current ...
2
votes
2answers
2k views
How is a Facebook user's language / internationalization preference stored?
I'm developing a Facebook application for a business page. The application can only be accessed as a tab, meaning there is no box or direct access intended.
I've done my share of searching and even ...