Represents an IG User's current content publishing usage.
Instagram API with Instagram Login | Instagram API with Facebook Login | |
---|---|---|
Access Tokens |
| |
Host URL |
|
|
Login Type | Business Login for Instagram | Facebook Login for Business |
Permissions |
|
If the app user was granted a role via the Business Manager on the Page connected to the targeted IG User, you will also need one of:
|
This operation is not supported.
GET /<IG_USER_ID>/content_publishing_limit
Get the number of times an IG User has published and IG Container within a given time period. Refer to the Content Publishing guide for complete publishing steps.
GET https://graph.facebook.com/<API_VERSION>/<IG_USER_ID>/content_publishing_limit ?fields=<LIST_OF_FIELDS> &since=<UNIX_TIMESTAMP> &access_token=<ACCESS_TOKEN>
Placeholder | Value Description |
---|---|
| The app user's User Access Token. |
| A comma-separated list of fields you want returned. If omitted, the |
| A Unix timestamp no older than 24 hours. |
Field | Value Description |
---|---|
| Returns these values:
|
| The number of times the app user has published an IG Container since the time specified in the |
curl -X GET \
'https://graph.facebook.com/v21.0
/17841405822304914/content_publishing_limit?fields=quota_usage,rate_limit_settings&since=1609969714&access_token=IGQVJ...'
{ "data": [ { "quota_usage": 2, "config": { "quota_total": 50, "quota_duration": 86400 } } ] }
This operation is not supported.
This operation is not supported.