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.

Basically, when a user clicks a link to my facebook canvas app page, how can I get the page on which that link was clicked using Javascript or MVC 3?

share|improve this question

1 Answer

In javascript: document.referrer

share|improve this answer
Or Request.UrlReferrer in .Net – jtymann Oct 20 '11 at 18:55
That would just return the facebook page wouldn't it since the iframe is essentially a new document right? – user976921 Oct 26 '11 at 15:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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