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

Commit 2883db8

Browse files
committed
Release version 9.2.0
1 parent 0ada35a commit 2883db8

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 9.2.0 (released 2019-02-17)
4+
5+
- Added query parameters to media method ([#101](https://github.com/vinkla/instagram/pull/101))
6+
37
## 9.1.0 (released 2018-10-31)
48

59
- Added php-http/httplug 2.0 support

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ $instagram->self();
7373

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

76-
> _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)
76+
> _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)_
7777
7878
## License
7979

0 commit comments

Comments
 (0)