Releases: postaddictme/instagram-php-scraper
Releases · postaddictme/instagram-php-scraper
v0.6.0: - Fixes #122
- Fixes #122 (getAccountById has been fixed)
- Now getMediaByUrl and getMediaByCode are non-static
Fixes #120
- Fixes #120. 404 error when trying to retrieve comments
v0.5.8: Merge pull request #103 from fabianoroberto/master
- Handle empty session
v0.5.7: Merge pull request #100 from jasonadkison/media-video-views
- fixes video views
v0.5.6
v0.5.5
v0.5.4
v0.5.3: Merge pull request #84 from dzen898/master
- If user is not loggedin method isLoggedIn() fails because response Set-Cookie has only csrftoken (not array). Check added
v0.5.2: Don't query cache every time when calling Instagram endpoint.
- Cache optimization
- Now you can provide fast cache object in withCredentials('username', 'password', $cache)
- Call $instagram->saveSession() at the end of the script
Cache session
- Save login sessions
Refer to this issue: #76