2

I want to create Facebook group using Graph API.

Actually what i want to do: I am having a course module, so when admin add a new course i want to create a group in Facebook with course name.

Can you please help how to create Facebook group using Graph API?

ekad
  • 14,436
  • 26
  • 44
  • 46
Jatin Patel
  • 33
  • 1
  • 7

1 Answers1

2

Sorry, but it seems like it is not possible to create "Group" or "Event" via Facebook API. Probably closest option for you is to create a new page or post.

Artyom
  • 1,065
  • 8
  • 12
  • Correct, it is not possible to create groups via API. Facebook had a product called "App & Game Groups" for a while - those could be created via API, but that has since been removed again. – CBroe May 17 '17 at 13:08
  • Ok. Thanks for you answer. – Jatin Patel May 19 '17 at 05:07