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 want to display the correct user language on my Facebook app when the user denies the permissions. How can I do this? I want to achieve this without using the automatic translation process of facebook, I need to have my own translation.

share|improve this question

1 Answer

up vote 0 down vote accepted

What are we talking about here, app on a website or canvas/page tab?

For the latter, the signed_request contains user.locale, even if the user has not authorized the app yet.

For a website app, there is no data available if the user hasn’t connected to the app yet (AFAIK). In that case you could only see what their client sends in the Accept-Language HTTP request header.

share|improve this answer
Perfect, it's a canvas tab so signed_request solved my issue. Many thanks. – Pedro Gonçalves Jun 27 '12 at 16:05

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.