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?