Facebook group management API availability - facebook

is there a way in the Facebook API to manage groups members (add members or delete members) in closed group because i can't find anything related to this on the Facebook developers website.
Thanks

There is no API for general groups, you can only do that with App/Game groups - information about that are in the docs: https://developers.facebook.com/docs/graph-api/reference/v2.5/group/members/

Related

Facebook Graph API: how to read feed of Facebook groups that I don't manage?

Facebook has a very useful API that can be used to get the feed of a Facebook group (see this link). One of the requirements for using this API is that my app must be installed in the group. As far as I know, I can install apps only in groups that I manage.
My question is how can I get the feed of a group by an API, if I don't manage the group? Is is possible by Graph API or by any other piece of software?

Facebook Group API, members can't retrieve data

I have created an app in Javascript to allow members of a facebook group (closed) to get event information. I have gotten the app approved by facebook and added it to the group, however only admins of the group are able to retrieve the required data. Regular members as well as moderators are unable to retrieve the events.
Is there a way of doing this that I just haven't found yet? Or is it not possible at all?

Accessing a Closed Groups Feed via Facebook's Graph API

Assuming a user authenticates appropriately, and is a member (note: not administrator) of a given group. Is it possible to access the feed of said group using Facebook's graph API?
Previous posts have suggested this is not possible with the introduction of the Graph API, however these are 2 years old and Facebook's documentation is less clear on the matter.
According to the documentation to read feeds of any group "A User access token for an Admin of the Group with the following permissions: user_managed_groups"
Source link : https://developers.facebook.com/docs/graph-api/reference/v2.12/group/feed

Can I read posts from a group where user is not admin?

I'm using Facebook Graph API and I need to fetch the feed of a group where the logged user is not an admin. Is it possible?
In the documentation only talks about public groups and groups where user is admin (user_managed_groups permission). But, what about those groups where is member but not admin?
After posting in a Facebook Developers group, I found out that, actually, API does not allow that operation, so far.

API for creating groups and adding friends to it

Is there any API using which my application can create a new groups and also add friends to that group. and should be able to view the comments on that group add comments to that group.
Are there any API's supporting this
The Facebook API doesn't include methods to create groups. Apps can read group information and post to a group's wall, but not create a group. You can read more on the Facebook Developer pages about the methods available for groups.