i am developing facebook application, and i need to get the facebook root page url not iframe, all these methods: document.location
,window.location
and top.location
... return the iframe url ( my hosting server ) not facebook url.
any suggestions ?