views:

42

answers:

1

I want to create a FB app for a client's Facebook Page. How do I do this without allowing other pages accessing it as well? Obviously I can do an ID check in my code, but I presume there's a 'proper' way of denying access to all and sundry?

+1  A: 

There isn't a way to make an application private as in you're the only person that can install it but you could look into using the Static FBML box, you can have FBJS, FBML, CSS and HTML incorporated into that box and you'll be the only one able to use it.

Serge
thanks, guess I'll just hard code the page id value then.
rutherford
I think that's your best bet if you don't want to be forced to use the Static FBML box
Serge

related questions