- 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_)
.