Facebook iframe application redirects to local server
- by PHP thinker
I am using FaceBook application inside iframe. But when I try to access it using url like
http://apps.facebook.com/myapp, it immediately redirects me to my lhttp://localhost:8080 application, which I intended to keep in frame.
I assume that my local application should stay in frame, while the general container would be FB site itself, but something is wrong.
Any hints?