diff --git a/CHANGELOG.md b/CHANGELOG.md index 802cc14..bbb9a3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 57c3240..aa08221 100644 --- a/README.md +++ b/README.md @@ -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