- Add the forced signed requests
- Add the optional parameters to
oembed
method
- Add a
port
option
- Fix a bug that prevented the use of non-latin characters for tags methods (#40).
- Fix the retry of
add_<tag|geography|user|location>_subscription
methods
- Add
verify_token
parameter support inadd_<tag|geography|user|location>_subscription
(#29).
- Renamed the
limit
variable/property toremaining
since it was using thex-ratelimit-remaining
value. - Assigned the
limit
variable/property to thex-ratelimit-limit
API 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_token
received after anauthorize_user
call is not automatically set anymore. (#23) - Add
user_self_media_recent(options, cb)
to retrieve the medias posted by the user related to theaccess_token
being used. This is just an alias ofuser_media_recent(user_id, options, cb_)
.