Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Release version 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Feb 17, 2019
1 parent 0ada35a commit 2883db8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 9.2.0 (released 2019-02-17)

- Added query parameters to media method ([#101](https://github.com/vinkla/instagram/pull/101))

## 9.1.0 (released 2018-10-31)

- Added php-http/httplug 2.0 support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $instagram->self();

The Instagram allows you to call their API 200 times per hour. Try to cache the responses in your application.

> _The Instagram API uses the same rate limiting as the Graph API (200 calls per user per hour) with one exception: the /media/comments edge limits writes to 60 writes per user per hour. Please refer to the Graph API's rate limiting documentation for more information_ - [Facebook](https://developers.facebook.com/docs/instagram-api/overview/#rate-limiting)
> _The Instagram API uses the same rate limiting as the Graph API (200 calls per user per hour) with one exception: the /media/comments edge limits writes to 60 writes per user per hour. Please refer to the Graph API's rate limiting documentation for more information - [Facebook](https://developers.facebook.com/docs/instagram-api/overview/#rate-limiting)_
## License

Expand Down

0 comments on commit 2883db8

Please sign in to comment.