tags:

views:

23

answers:

2

Using the facebook graph API (or any other means) is there a way to POST a new facebook page programatically?

The "Publishing to Facebook" documentation of graph API suggest to me that you cannot.

+1  A: 

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

Nathan Totten
A: 

There is another way of creating a "Page". You can use Open Graph Protocol to create "likable" pages on your own website.

See this: http://developers.facebook.com/docs/opengraph

Jet Rico Bañas
You still can't create the page with the api. Someone must click the 'like' button for the page to be created. Also, those pages aren't accessable by anyone but the administrator anyway.
Nathan Totten

related questions