- Add the forced signed requests
- Add the optional parameters to
oembedmethod
- Add a
portoption
- Fix a bug that prevented the use of non-latin characters for tags methods (#40).
- Fix the retry of
add_<tag|geography|user|location>_subscriptionmethods
- Add
verify_tokenparameter support inadd_<tag|geography|user|location>_subscription(#29).
- Renamed the
limitvariable/property toremainingsince it was using thex-ratelimit-remainingvalue. - Assigned the
limitvariable/property to thex-ratelimit-limitAPI call response header value (#30). - Adjusted the necessary functions to account for the new/renamed variables.
- Add support for new Instagram API security with
sign_request.
- The
access_tokenreceived after anauthorize_usercall is not automatically set anymore. (#23) - Add
user_self_media_recent(options, cb)to retrieve the medias posted by the user related to theaccess_tokenbeing used. This is just an alias ofuser_media_recent(user_id, options, cb_).