Need help appending locale code to facebook authentication url, so that facebook displays the login page based on the locale i pass.
Need help appending locale code to facebook authentication url, so that facebook displays the login page based on the locale i pass.
Hi:
I have the same problem both for Twitter and Facebook
I would need the user to be redirected to
https://www.facebook.com/dialog/oauth?locale=es_ES....
https://api.twitter.com/oauth/authenticate?lang=es....
Any ideas?
Do you need to be able to configure it to a specific locale/language? Or do you need it to be determined from the user's browser locale? I can see how either way is useful, depending on the app's goals, although using the browser's locale is probably the most user-friendly.
I've created https://jira.springsource.org/browse/SOCIAL-359 to track this effort.
Craig Walls
Spring Social Project Lead
I need to be able to configure it to a specific locale/language.