number limit of the request POST type signed call instagram
NickName:user3323940 Ask DateTime:2015-11-17T17:17:34

number limit of the request POST type signed call instagram

Recently I had a problem with a number limit of the request POST (delete comments) with API Instagram, it is only 15 per hour. I moved my application to signed calls I checked the option Enforce signed requests. I generated a new access token, but the number limit is always 15 per hour but in documentation it said 60 per hour if the application is type signed calls.

Copyright Notice:Content Author:「user3323940」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/33753110/number-limit-of-the-request-post-type-signed-call-instagram

More about “number limit of the request POST type signed call instagram” related questions

number limit of the request POST type signed call instagram

Recently I had a problem with a number limit of the request POST (delete comments) with API Instagram, it is only 15 per hour. I moved my application to signed calls I checked the option Enforce si...

Show Detail

Instagram Signed API Call from iOS

To make the Signed API calls for Instagram post methods to Follow user, Like user's image etc. Users Have limit of 20 Follow per Hour. But if we make Signed API call then user can make 60 Follow pe...

Show Detail

IOS to Instagram API --> Signed Request

I'm having some trouble understanding the Instagram API and can't seem to find a clear answer online. What is the difference between Server-side flow and Implicit flow in terms of security? I

Show Detail

Instagram API request limit

My question is really simple, what is the actual request limit for Instagram API for liking a single media.I have checked the Instagram API documentation and from there I got the maximum limit of r...

Show Detail

Instagram Signed Call in Python

I am trying to achieve a signed call to Instagram API in Python. Currently my headers looks like this : user_agent = 'Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/5...

Show Detail

New Instagram Enforce signed request vs signed headers

Recently Instagram has implemented signed requests https://instagram.com/developer/secure-api-requests/. I own a website that has thousands of users making api requests, I currently use signed head...

Show Detail

Instagram API Error: Client request limit reached

I am getting this error whenever I try to follow someone on Instagram via API no matter how many follows have been done before: {"meta":{"error_type":"APIError","code":400,"error_message":"Cl

Show Detail

Enforce signed Request Instagram using C#

I am trying to communicate with Instagram API and wish to use Signed Request for secure communication with API as per the link given below https://instagram.com/developer/secure-api-requests/ At ...

Show Detail

Instagram Basic Display API - Unsupported post request error

I am trying to use the Instagram Basic Display API to post an image to my Instagram account using Python and the requests library. However, I am getting a 400 error with the following message: {'er...

Show Detail

How does new rate limit for Instagram work?

From this post, it appears that current javascript/mobile clients will have a lower rate limit compare to server app: Unsigned Calls (per OAuth token): POST /media/media-id/likes: 30/hour ...

Show Detail