I want to get id, name of users who invite their friends to Facebook group. I tried this api to get users who requested to join groups
https://graph.facebook.com/v2.10/group_id/member_requests?access_token=[token]
but it only shows the list of requested users without inviters info
Anyone have any solution?