I’m trying to get my users to log into Facebook using the OAuth Dialog API. I’m talking about: http://www.facebook.com/dialog/oauth
How can I specify a locale (ex: "fr_FR") so that the dialog displays in the locale’s langauge? I’ve tried using the obvious locale=fr_FR in the URL but that doesn’t work.
The page on Facebook requesting for the user to grant access for your application is based on the user’s settings on Facebook. For defining the
localein non-iframe social plugins using the JavaScript SDK, you need to define thelocalewhen loading the SDK:<script src=”http://connect.facebook.net/en_US/all.js”>