Facebook URL - Angularjs how to get current url

146 views Asked by At

If you are using a page tab on facebook, you can connect other websites inside the iframe. I want to get the url of facebook within the facebook page. when I am trying to get window.location.url, it shows my website url, how to do it in facebook page to get facebook url

1

There are 1 answers

3
ceejayoz On

You can't. Your Facebook application exists within an iframe, which cannot access the parent window on facebook.com due to same-origin restrictions in all major browsers. It is effectively sandboxed.

However, the Facebook signed request will include the ID of the Facebook Page your tab is being accessed on.