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.

I'm currently building an application for my Facebook Page.

But how do I avoid that other people will add my application to their own page? As far as I can see, they can easily use this link: https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&next=YOUR_URL and find both my app_id and the server URL.

How do I avoid this?

Thanks in advance!

Kind regards, Tobias

share|improve this question

1 Answer

Parse the signed_request – it tells you (amongst other things) what page id your app is loaded in. If this id is not yours – just give an error message, access denied or something like that.

share|improve this answer
+1. yes, this is the best way to see what page your application is running on. – Lix Sep 24 '12 at 15:19
CBroe: Thanks a lot! Just found this myself, but good to know that it's the right solution. :) – Tobias C. Jensen - Mediadk Sep 24 '12 at 15:33

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.