Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

content_publishing_limit for instagram API #1256

Closed
Mexicath opened this issue Oct 13, 2022 · 0 comments
Closed

content_publishing_limit for instagram API #1256

Mexicath opened this issue Oct 13, 2022 · 0 comments

Comments

@Mexicath
Copy link

The endpoint for content_publishing_limit is missing for Ig.

Request:

GET https://graph.facebook.com/v9.0/{ig-user-id}/content_publishing_limit
  ?fields={fields}
  &since={since}
  &access_token={access-token}

Response:

{
"data": [
  {
    "quota_usage": 2,
    "config": {
      "quota_total": 25,
      "quota_duration": 86400
    }
  }
]
}
@nbartels nbartels self-assigned this Oct 14, 2022
@nbartels nbartels added this to the 2022.10.0 milestone Oct 14, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants