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.
In computing, locale is a set of parameters that defines the user's language, country and any special variant preferences that the user wants to see in their user interface. Usually a locale identifier consists of at least a language identifier and a region identifier.
0
votes
1answer
63 views
Facebook Graph API locale parameter broken?
This API URL gives me the front page of VitaminWater's Facebook page (http://www.facebook.com/vitaminwater):
...
0
votes
0answers
23 views
How to specify a locale to Facebook OAuth Dialog with QWebView of QT?
I'm trying to get my users to log into Facebook using the OAuth Dialog.I load and show the oauth dialog with QWebview about http://www.facebook.com/dialog/oauth?...
I Specify a locale ...
0
votes
1answer
80 views
Facebook search API without locale
I'm playing with the Facebook API. I'm having an issue when I try to search for posts. The problem is that when I search for something, it automatically assumes I set the locale param to en_US. For ...
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
1answer
90 views
Facebook comment box locale
Am I allowed to change facebook comment box locale?
I have the following code on my test website
Looks like it's working, but im not sure its allowed.
I have changed en_US to he_IL in the script ...
0
votes
1answer
65 views
Get Facebook locale before login or even loading the SDK
I'm creating a multilingual Facebook Canvas game. I want it to use the user's Facebook locale as its own locale.
I can easily get the locale of a user who is logged in and has authed my app. However:
...
0
votes
0answers
62 views
Is it possible to change the locale for Facebook Plugins?
I'm trying to change the Like-Box plugin/widget language on a website I'm building, however we need it to show up in es_MX, I've already tried adding the paramenter to the URL but it's not taking it.
...
0
votes
2answers
496 views
Setting my country and locale in Facebook
I have an FB app that uses country and locale codes to display alternative content to users.
Does anyone know how I can change my user account's locale and country in Facebook so I can test the ...
1
vote
0answers
217 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, ...
1
vote
0answers
75 views
How to get all page posts for a multilingual Facebook page?
With the FB API I can only retrieve the stream for the country I'm registered (France) I would like to get ALL the posts even if they're not in French.
For example : http://www.facebook.com/Nina
I ...
2
votes
1answer
316 views
My app doesn't have 'Translate your app' link
I'm trying to translate my app open graph actions, I've searched everywhere and the only thing I read is to click 'Translate your app' link (http://www.facebook.com/translations/admin/) and 'Visit ...
6
votes
2answers
705 views
Locale=nl_BE (Dutch Belgium) no longer supported (in iframe like button)?
We are a site located in Belgium. We added the 'locale=nl_BE' parameter to our iframe like button so it says like but in the Dutch language (= "vind ik leuk").
This no longer works. When we change ...
1
vote
1answer
468 views
Facebook Graph API: is User Locale Automatically Determined by Geolocation Check?
After doing my research, I could not get an answer for this question:
When a developer gets the locale field from the User object, does this locale is based on the user's said country on their ...
2
votes
1answer
269 views
Get locale using graph api NOT getSignedRequest
I know it is possible to get the locale of the user with getSignedRequest, and it is possible to get the locale of the user with https://graph.facebook.com/me?fields=locale once they have authorised ...
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
151 views
Like button seemingly disregards og:locale setting
I have
<html lang="en">
and
<meta property="og:locale" content="da_DK" />
The facebook debugger says under "object properties"
og:locale: da_dk
Based on this information the like ...
1
vote
1answer
160 views
Is there a way to receive the 'activity stories' in a different language than english?
Facebook finally allows to fetch the activity stories of a user (which means these small post that indicate what a user is doing, e.g. "X is now friends with Y"). But when I query these from the feed, ...
1
vote
1answer
312 views
Facebook FQL Query, searching on non-indexable item
I would like to generate a list of facebook user id's of people who are not in the United States. Rather than iterating through a list of user id's and checking each locale, I would like to do an FQL ...
3
votes
1answer
425 views
opengraph objects only show default locale in stream
I have an opengraph object https://example.com/object that supports multiple locales, specifically en_US and fr_FR with the first as default.
Parsing it in Facebook's Object Debugger correctly shows ...
5
votes
5answers
1k views
Facebook meta tags scraped with locale not working
My website is multi-language and I have a FB like button. I'd like to have the like posts in different languages.
According to Facebook documentation, if I use the meta tag og:locale and ...
1
vote
2answers
1k views
fb like button shows allways as locale en_US
I am using the XFBML Facebook like button on my german website.
The locales were changed to de_DE to display "Gefällt mir" and it worked for some days.
But now it is ignoring the locales and everybody ...
1
vote
1answer
598 views
The Facebook sharer's “locale” parameter doesn't work
Until now, when i want to share something in Facebook with a specific language(for example, french), i use the locale parameter, like this:
http://www.facebook.com/sharer/sharer.php?locale=fr_FR
But ...
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 ...
4
votes
4answers
7k views
Facebook FQL user table `sex` field : how to return male/female even the user is using different locale?
Situation:
my facebook application ( http://apps.facebook.com/mymagicmirror/ ) needed to detect user's gender, and then query opposite sex or male or female
FQL:
SELECT uid, name, pic, sex FROM ...