go-instagram
go-instagram copied to clipboard
Go library for accessing Instagram REST and Search APIs
This commit will help to get the accesstoken which I found was not supported by the package. https://www.instagram.com/developer/authentication/ Please if you feel free to add it to api support then...
Calling to Tags media recent endpoint we received a deprecation warning `next_max_id and min_id are deprecated for this endpoint; use min_tag_id and max_tag_id instead` https://api.instagram.com/v1/tags/nofilter/media/recent/?access_token=YOUR_ACCESS_TOKEN ``` { "pagination":{ "deprecation_warning":"next_max_id and...
If you agree this is a problem please. Don't hesitate to merge this.