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.

I have an app that's installed as a Tab in a Facebook Page. Installation is straight forward, but unfortunately does not prompt the installer (i.e. the page admin) for authorization (ex. for "email, publish_stream" scopes) unless the user then "Logs In" to the app. My goal is that the person installing the app will be immediately prompted to authorize certain permissions so that the app can post to their wall, etc.

Is there a way to request permissions as part of the installation process? Ideally, a user would install the app in a Tab and, as part of the installation process, be prompted for permissions. Calling FB.login does not appear to work since pop-ups are blocked.

I'm using Facebook's OAuth2 and Javascript APIs. The app is backed by a (Rails) server, so I could switch to using server-based authentication, though I'd prefer not to.

I've looked through a variety of similar posts, but all of them are using legacy code (which doesn't work with Facebook's OAuth2 support) or require the user to click the Log In button:

Any suggestions?

share|improve this question
FB.ui is only useful if the user is already logged in. What I want is to prompt them to login automatically upon installation. – D Carney Nov 10 '11 at 15:28

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.