Releases: Andreyco/Instagram-for-PHP
Releases · Andreyco/Instagram-for-PHP
4.1.1
4.1.0
4.0.0
Breaking changes
- dropped Laravel 5.2 support. From now, Laravel 5.3 and newer is supported.
- every method requires authentication, since all API endpoints require a valid access_token
- remove deprecated methods
getUserFeed
getUserFollows
getUserFollower
getPopularMedia
Changes
-
Add new methods
getSelfFollows
getSelfFollowedBy
-
Docs: improve usage with Laravel
3.4.1
3.4.0
- by default, all endpoints which are supposed to return paginated content return 20 records.
getLocation
,getLocationMedia
andsearchLocation
methods sign requests with current access tokengetMediaComments
method sign request with current access tokenscope
definition in config file is array like now
v3.2
feature
Add option to set permission scope application-wide thru Client constructor.feature
You may provide an optional state parameter togetLoginUrl
method to protect against CSRF.feature
Throw specific Exception instead of generic Exception (usefull for handling multiple error cases).