Reputation: 152
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 by default but on canvas apps, what about iframe tabs ?
Thanks in advance
Upvotes: 0
Views: 1947
Reputation: 3858
Yes, locale is passed to Page Tabs in the signed_request
. You can find more about it here
Upvotes: 1