Yaseru
Yaseru

Reputation: 81

Can I use Facebook API to post on groups?

Using Facebook SDK, I'm trying to make an Android app and give it the ability to post in Facebook groups. Is that possible?

Upvotes: 5

Views: 10361

Answers (2)

Mike Flynn
Mike Flynn

Reputation: 24325

The publish_to_groups permission has been deprecated so it can not be done anymore.

https://developers.facebook.com/docs/graph-api/reference/v21.0/group/feed

Upvotes: 0

noman404
noman404

Reputation: 940

You can use this API to achieve that. They said /{group-id}/feed used to Posts owned by a Group, including status updates and links. POST request to Publish, GET to read. Be careful about Permissions.

Upvotes: 7

Related Questions