Is it possible to create a facebook page with graph api?

According to two different documentation pages, page creation via API is possible BUT app whitelisting is required. Curious if @DonRzeszut applied for said whitelisting.

1) Pages API - Getting Started

https://developers.facebook.com/docs/pages/getting-started#create-page

Use the /user/accounts edge to create a Facebook Page.

Requirements

You can only create a Page as a test user or if your app is whitelisted. (You can apply through your Facebook representative.)

2) Graph API - Pages

https://developers.facebook.com/docs/graph-api/reference/page/#Creating

Creating

To create a Page using the Pages API, your app must be whitelisted. Contact your Facebook representative to apply for this feature.

You can make a POST request to client_pages edge from the following paths:

/{business_id}/client_pages


No. Facebook does not support the creation of Pages, Users, or Groups through any of their APIs. This is to prevent spam. The only way to create new pages is on facebook.com

Tags:

Facebook