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 an app that makes heavy use of facebook's graph API. I'm requesting the following permissions:

  • my_photos
  • friends_photos
  • my_relationships
  • relationship_details
  • hometown

I'm using the omniauth ruby gem to specify these permissions and acquire an access token.

I'm getting reports of the application authorization dialog displaying in seemingly random languages.

Has anyone seen this before?

share|improve this question

2 Answers

It's really hard to say when facebook API doesn't have a bug! Yeah! I really mean it. It's not supposed to happen. The language is supposed to be shown according to user locale. So, I think you should just wait, or you can add a bug in Facebook Developers websites' bug tracker

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.