I created a simple facebook iframe application that will be used as a tab on pages. Everything works fine, but now I need to get the page ID using the tab so that I can display information related to this page.
I saw in the documentation that there is a value in signquest called "ProfileId", and that should be the id of the page I'm looking for, but every time I try to use a signed request, I run into problems so I obviously don’t understand What should I do.
Can someone explain how can I get the page id? I do not want the user to authorize the application, since I am not interested in any of their information. I just need the id of the page on which the tab appears.
source
share