Instagram Web Api Versions Save

🤳 Instagram Private Web API client for Node

2.2.2

3 years ago

Minor Changes

  • Fix .uploadPhoto #165
  • Bump lodash from 4.17.15 to 4.17.19 #158

2.2.0

3 years ago

Major Changes

Add password encryption support #119

Minor Changes

  • add .getPrivateProfilesFollowRequests(cursor) #120
  • add distance parameter for location search #121
  • add .getChainsData({ userId }) #122
  • add .getMediaLikes({ shortcode, first, after }) and .getMediaComments({ shortcode, first, after }) #123

Patches

Fix typos #110, #51

2.1.0

4 years ago

Major Changes Add methods:

  • .getPhotosByHashtag({hashtag, first, after})
  • .getPhotosByUsername({username, first, after})

Minor Changes

  • Update npm dependencies

Patches Fix test config

2.0.0

6 years ago

Major Changes

  • Better client.login() feedback #22

Minor Changes

  • Remove timeout #20
  • Add x-requested-with to headers #20
  • fixed the return of getMediaFeedByLocation #25

Patches

  • Fix typo #21

1.1.0

6 years ago

Minor Changes

  • Added getFollowers() and getFollowings() - #5
  • Added challenge endpoints- #3

1.0.0

6 years ago

Major Changes

  • Deconstruct response data #16
  • Update documentation for new API #16
  • Added cookieStore support #16

Minor Changes

  • Randomize userAgent #14
  • Added proxy support #8

Patches

  • Update dependencies #17
  • Fix in README 3b9b5ab36ac1e9664c9f61268e1d2eb2f58d1d2b

0.2.0

6 years ago

Minor Changes

  • Add uploadStory (#2)
  • Update dependencies