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 currently have a site and once a user "allows" on Facebook, FB redirects the user back to my website.

This functionality is fine...however, I am trying to get this running in a canvas app. I would like to ask for permissions embedded in the canvas app and stay in the canvas app after a user clicks "allow" instead of redirecting to the site.

share|improve this question

1 Answer

up vote 1 down vote accepted

Just do it client-side – call FB.login with the permissions you want granted, and the user will stay on your canvas page.

share|improve this answer
Or set the redirect_uri of the auth dialog to be the place you want them to go after login – Igy Jun 7 '12 at 17:17

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.