Represents a list of users who are added as collaborators on an IG Media object.
Available for the Instagram API with Facebook Login.
This operation is not supported.
Get a list of Instagram users as collaborators and their invitation status on an IG Media object.
GET /<IG_MEDIA_ID>
Type | Description |
---|---|
User – User must have created the IG Media object | |
If the app user was granted a role on the Page via the Business Manager, you also need one of the following: |
GET https://graph.facebook.com/<API_VERSION>/<IG_MEDIA_ID>/collaborators&<USER_ACCESS_TOKEN>
{ "data": [ { "id": "90010775360791", "username": "realtest1", "invite_status": "Accpeted" }, { "id": "17841449208283139", "username": "realtest2", "invite_status": "Pending" } ] }
Placeholder | Value |
---|---|
| API version. |
| Required. The ID for your app user's Instagram media. |
Key | Placeholder | Value |
---|---|---|
|
| Required. Your app user's User access token. |
Field Name | Description |
---|---|
| The App-scoped ID for the Instagram account of the potential collaborator |
| The status for the invitation sent to a potential collaborator. Can be one of the following:
|
| Instagram profile username for the potential collaborator |
This operation is not supported.
This operation is not supported.