I am working in a facebook iframe application, the problem I am having are the links in my navigation. what URL shall I use ? if I use the app.facebook.com/my-app/page then it first redirects where it shows facebook's logo and then goes to the page. and If I use normal links of my server then the Application opens up outside facebook's environment if loaded in a new tab, like the link is opened in a new tab by a right click. How to solve this?
Also note that i am using just the JS SDK, all the pages are simple HTML.