Joel
Joel

Reputation: 61

Create Facebook App from PHP SDK

I know this has been asked before, but how can I create a Facebook App programmatically?

Everyone awnsers that its not possible, but there are multiple applications (Wildfire, Shortstack, etc...) that create a Facebook Apps and deploy to a Page Tab automatically.

How can they create the facebook Apps?

Upvotes: 1

Views: 677

Answers (1)

Lix
Lix

Reputation: 47956

Tab apps can be installed on multiple pages - they are sill all the same application with the same APP_ID (you can check this yourself).

I think you are confusing the procedure of adding a new tab application to a page with creating a new application.

Adding an application to a page does not create a new instance of the application.

To directly answer your question: You can not programaticaly create Facebook applications.

Upvotes: 2

Related Questions