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 am trying to keep my iframe based facebook canvas app within the Facebook chrome, however, after I cannot redirect to my canvas app as follows

https://www.facebook.com/dialog/oauth?client_id=&redirect_uri=http://apps.facebook.com/my_fb_app

I can redirect if the redirect_uri is the canvas host server ... http://myserver.com. This does not work as it takes me out of the facebook context.

All the docs indicate that you can use your canvas page URL.

I have configured my app to be both an "App on Facebook" and a "Page Tab".

Any ideas?

share|improve this question

2 Answers

You need to enable App on Facebook with both of your URLs for this to work.

share|improve this answer

Also, you need to use http://apps.facebook.com/your_namespace

You can set the namespace in the facebook-settings.

share|improve this answer

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.