I’m developing a facebook page tab app. When I set page tab URL in app settings to something like localhost/fbapp, it doesn’t work since the page tab is not simply iframe. Is there any workaround to resolve this?
EDIT
I’m building facebook page tab with ASP.NET MVC-3.0 with fb C# SDK.
What I’ve tried so far is to modify hosts file to point the URL I have on app settings to localhost(127.0.0.1). I’ve been testing facebook app in this way always but it doesn’t work in facebook page tab.
I figured out the issue with facebook page tab. It seems that they don’t accept
httpon page tab even I have sandbox mode enabled. All I have to do is set up IIS to work withhttpsand run the app over the ssl. It is now working perfectly. Thank you guys for all help