Facebook API - Creating a Business Page

This is a very talkable topic around the world. But I did not find a convincing answer or solution. All SO messages finally ended up in NO or a solution with a minimal amount of lead.

How to create a Facebook fan page for a website in an automatic way?

Create a Facebook page programmatically through the Open Graph API open graphs-apite

Finally, it is - Creating a facebook business page is POSSIBLE, but how?

Pagemodo allows you to create the actual facebook page (I assume it can be used via the javascript SDK for Facebook).

To my knowledge, Facebook offers the following API / SDK

Graph API FQL Open Graph Javascript SDK Dialogs Chat Internationalization Ads Public Feed Keyword Insights 

From the first 4, you should define the page creation API

Graph API - does not have a request to POST pages/create

FQL - cannot be inserted (ignored anyway)

OpenGraph - Is it possible to create a type:page object

Javascript SDK - I'm sure the javascript SDK can help (is anyone lucky?)

Can I find out if it is really possible to somehow create a facebook page? Is there any other API on facebook that allows you to create it?

Any help was appreciated. Thanks!

+6
source share

Source: https://habr.com/ru/post/958464/


All Articles