Jamey McElveen
Jamey McElveen

Reputation: 18325

Create and manage a group using the Facebook API

I am new to Facebook application development and I am looking for a way to create and manage a group using the the Facebook API. There is a get and get list call but I have not found a way to manage groups.

Upvotes: 3

Views: 5221

Answers (3)

Kevin Liang
Kevin Liang

Reputation: 206

Looks like the API has been released: https://developers.facebook.com/docs/reference/api/app-game-groups/

Upvotes: 3

Anentropic
Anentropic

Reputation: 33923

Facebook says developers will also be able to create Groups and manage Group membership via the API “in the near future.”

(11 Oct 2010) http://www.insidefacebook.com/2010/10/11/groups-api-details-apotential/

Upvotes: 0

Craig Bovis
Craig Bovis

Reputation: 2811

At the time of writing there is no method of the Facebook API for creating groups. Methods are however available to get the details of specific groups.

For more information see the API docs,

http://wiki.developers.facebook.com/index.php/API

Upvotes: 2

Related Questions