Can I use Facebook API to post on groups?
Asked Answered
T

2

5

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

Tolman answered 26/4, 2018 at 1:37 Comment(1)
Facebook Graph API can be used to post on groupsAmaze
A
7

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.

Annamaeannamaria answered 26/4, 2018 at 3:23 Comment(0)
S
0

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

Spongy answered 3/11 at 3:13 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.