Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

I'm working on a Facebook application where there will be 2 languages, obviously the user can switch himself, but I would also like to detect what language the user is using on Facebook so I can set that as a default one.

I checked the opengraph API, but there doesn't seem to be any way to detect this, are there any other options?

share|improve this question

2 Answers

up vote 2 down vote accepted

There is look here

https://developers.facebook.com/docs/reference/api/user/

Check locale and languages

share|improve this answer
1  
Oh shit, I totally overlooked that, I was confusing it with the location, thanks for pointing it out! – woutr_be Jan 8 at 9:43
Haha no worries, just found it with simple google search :p – sonicboom Jan 8 at 9:43

Using Graph API:

/me?fields=locale
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.