Represents an Instagram Business Account or an Instagram Creator Account.
This operation is not supported.
GET /{ig-user-id}
Get fields and edges on an Instagram Business or Creator Account.
Type | Description |
---|---|
User. | |
If you are requesting the | |
If you are requesting the | |
If the app user was granted a role on the Page via the Business Manager, you also need one of the following:
If you are requesting the |
GET https://graph.facebook.com/{api-version}/{ig-user-id} ?fields={fields} &access_token={access-token}
Placeholder | Value |
---|---|
| API version. |
| Required. IG User ID. |
Key | Placeholder | Value |
---|---|---|
|
| Required. App user's User access token. |
|
| Comma-separated list of IG User fields you want returned for each IG User in the result set. |
Public fields can be returned by an edge using field expansion.
Field Name | Description |
---|---|
| Profile bio text. |
| App-scoped User ID. |
| Instagram User ID. Used with Legacy Instagram API, now deprecated. Use |
| Total number of Instagram users following the user. |
| Total number of Instagram users the user follows. |
| Total number of IG Media published on the user. |
| Profile name. |
| Profile picture URL. |
| Returns |
| Profile username. |
| Single profile website URL. |
Edge | Description |
---|---|
Get data about other Instagram Business or Instagram Creator IG Users. | |
Represents an IG User's current content publishing usage. | |
Represents social interaction metrics on an IG User. | |
Represents a collection of live video IG Media on an IG User. | |
Publish an IG Container on an Instagram Business IG User. | |
Create an IG Comment on an IG Comment or captioned IG Media that an IG User has been @mentioned in by another Instagram user. | |
Get data on an IG Comment in which an IG User has been @mentioned by another Instagram user. | |
Get data on an IG Media in which an IG User has been @mentioned in a caption by another Instagram user. | |
Get IG Hashtags that an IG User has searched for within the last 7 days. | |
Represents a collection of story IG Media objects on an IG User. | |
Represents a collection of IG Media in which an IG User has been tagged by another Instagram user. |
A JSON-formatted object containing default and requested fields and edges.
{ "{field}":"{value}", ... }
curl -X GET \
'https://graph.facebook.com/v21.0
/17841405822304914?fields=biography%2Cid%2Cusername%2Cwebsite&access_token=EAACwX...'
{ "biography": "Dino data crunching app", "id": "17841405822304914", "username": "metricsaurus", "website": "http://www.metricsaurus.com/" }
This operation is not supported.
This operation is not supported.