This is a special endpoint that examines the Instagram User Access Token included in the request, determines the ID of the Instagram user who granted the token, and uses the ID to query the User endpoint.
This operation is not supported.
GET /me
Get fields and edges on the User whose Instagram User Access Token is being used in the query. This endpoint translates to GET /{user-id}
, based on the User ID identified by the access token used in the query.
GET https://graph.instagram.com/v22.0
/me
?fields={fields}
&access_token={access-token}
Refer to the User node reference for requirements and usage details.
This operation is not supported.
This operation is not supported.