I am currently working on iframe facebook application http://apps.facebook.com/rubycastle/
It is RoR application with REST controllers.
When I use the redirect_to path I see “go to Facebook” message with their logo within my iframe.
How to get rid of it? Anyone knows?
You can see it when going to “Barracks” then clicking links:
Send new warrior to training
Get ready warriors
No worry with testing, I do get only facebook_id saved to the database, and for the time being I’m removing all users to work on a clean set. No data will be saved afterwards.
I think the reason is because the new warrior link first redirects back to your Facebook app’s barracks page (which is displaying the logo you mention), which then in turn does a post to your servers barracks page. You should have the new link return the content you want, or have it redirect directly to your servers barracks page, without loading the Facebook page in the middle.