Radu Bogdan
Radu Bogdan

Reputation: 504

Facebook business page creation via API

I want to create a facebook business page programatically via their API.

I looked at each of the technologies listed on developer.facebook.com but there is nothing that i can use to create a new page. After alot of googling i found out that it seems to be impossible to create a page programatically. And i almost gave up, but then i found

https://www.pagemodo.com

Testing their service i see that they can actually create a new one and looking trought their javascript files it seesm they do it on the backend.

After reading some more i found about the new facebook business API ( https://developers.facebook.com/docs/reference/ads-api/businessmanager ), and i got nowhere with that either.

I am on the verge of believing that it's impossible, but having the working example on pagemodo makes me unable to give up :D .

[Possible Solution 1]

Another ideea that i have on how to achieve this is to

For the normal users, it will look like the page was created auto,so this could work. But the problem is that i couldn't find anything in the API to make the [*] operations work.

Any help appreciated

Upvotes: 2

Views: 1407

Answers (2)

Zain Zafar
Zain Zafar

Reputation: 527

It's possible. You need to get your Facebook App whitelisted to get access to page creation apis.

Upvotes: 3

Simon Cross
Simon Cross

Reputation: 13345

It is not possible to create business pages via the public Facebook API.

Upvotes: 1

Related Questions