instagram - Limit call to recent media -


is there limit call recent media? below call should under method base on instagram limit?

https://api.instagram.com/v1/tags/{tag-name}/media/recent?access_token=access-token 

for api call recent media tag, rate limit 5,000 / hour per application unauthenticated calls. authenticated calls, rate limit 5,000 / hour per token.

the other rate limits seeing on page @ https://instagram.com/developer/limits/ have posting likes, comments , relationships. lower numbers per hour.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -