Skip to content

Releases: postaddictme/instagram-php-scraper

v0.6.0: - Fixes #122

17 Jun 14:56
Compare
Choose a tag to compare
  • Fixes #122 (getAccountById has been fixed)
  • Now getMediaByUrl and getMediaByCode are non-static

Fixes #120

14 Jun 19:44
Compare
Choose a tag to compare
  • Fixes #120. 404 error when trying to retrieve comments

v0.5.8: Merge pull request #103 from fabianoroberto/master

28 Apr 21:29
Compare
Choose a tag to compare

v0.5.7: Merge pull request #100 from jasonadkison/media-video-views

19 Apr 15:12
Compare
Choose a tag to compare

v0.5.6

19 Apr 11:16
Compare
Choose a tag to compare
  • getMedias() return owner and ownerId

v0.5.5

19 Apr 11:16
Compare
Choose a tag to compare
  • return owner and ownerId in getMedias()

v0.5.4

19 Apr 10:30
Compare
Choose a tag to compare
  • Fix getMediaByShortcode()

v0.5.3: Merge pull request #84 from dzen898/master

23 Mar 12:11
Compare
Choose a tag to compare
  • 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.

21 Mar 15:40
Compare
Choose a tag to compare
  • 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

20 Mar 23:40
Compare
Choose a tag to compare
  • Save login sessions

Refer to this issue: #76