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.

Our programer built a facebook connect feature on our website.

The steps: 1. User clicks the facebook connect 2. The user gets a popup with user/pass request from facebook 3. The user gets another popup to authorized the permissions and connect

I'm wondering how we can control the content on that 3rd pop-up pages.

Currently it says something like "Install MyWebsiteName?" I'm wondering if that language can be changed.

Thanks!

share|improve this question
This might depend on the locale of the user and not your applications settings. – Lix Feb 8 '12 at 21:48

1 Answer

up vote 0 down vote accepted

You can configure a lot of what the authorization popup does via your app settings. Goto https://developers.facebook.com/apps/APPID/auth and customize it there.

Languages can be done using the "Translate you app" link in the left column of that same link above.

share|improve this answer
thanks for the help! – Kevin Feb 9 '12 at 7:20

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.