php - How can I make a facebook app work only on my page?
988
I wrote an app that works as a page tab, but I don't want others to use it. Is it possible to make the app work only on my page?
Also, If it is possible to redirect the user to my page if he accessed the app through another page?
Answer
Solution:
This is somewhat crude but should work. This will check if the current page ID is your page ID and if not display an error message.
Here are some examples of what you can check for:
You can for example use this method to require someone to like a page before you show content.
Hope this helps!