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 developing an app for facebook. It will be used for fan-gating users to a specific page. However, whenever I visit my app's profile page, it shows an option "Add to My page".

I'd like my app to be exclusively availible to the page I'm developing it for, and disable the option for everybody else, to add the app. Is this possible in any way?

Thank you for your help!

share|improve this question

1 Answer

up vote 1 down vote accepted

That isn't possible, but you can use the 'page' parameter in the signed_request sent to your app to determine which page the request is coming from, and not return any content for the 'wrong' page

share|improve this answer
That is perfect for me, thank you very much! – theAdam Nov 23 '11 at 15:26

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.