Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicate:
How to get current url of app page

I have made an application of games & i want to know that how can i show a complete url of current page in my app. For ex: apps.fb.com/App_namespace

and user in this app plays a game and now i want the url should become like this apps.fb.com/App_namespace/game_name

but my app dont make the url like that it remains the same like apps.fb.com/App_namespace

can somebody tell me that how can i show the complete url like this apps.fb.com/App_namespace/game_name

share|improve this question
Try: document.location – Callum McLean Sep 16 '12 at 18:39
plz explain more :/ – Mubbasher Ahmed Qureshi Sep 17 '12 at 8:44
If you are going to post an exact duplicate of your own question from two days earlier … you should at least try to be so clever and not give it away straight way by copy&pasting the text including “0 down vote favorite 1” at the top … – CBroe Sep 17 '12 at 9:46

marked as duplicate by CBroe, Mark, rkosegi, Clyde Lobo, dystroy Sep 17 '12 at 16:06

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

AFAIK you cannot do this. The reason is that your applications runs in iframe, which is placed under apps.facebook.com/App_namespace.

GL!

share|improve this answer
i know that but i have seen so many apps in which the url is complete shown. one example of app is here : apps.facebook.com/babafooka – Mubbasher Ahmed Qureshi Sep 17 '12 at 6:49

Not the answer you're looking for? Browse other questions tagged or ask your own question.