carbocation / go-instagram

Go library for accessing Instagram REST and Search APIs
BSD 2-Clause "Simplified" License
51 stars 20 forks source link

Deprecation warning in tags media recent #15

Open gloob opened 8 years ago

gloob commented 8 years ago

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 min_id are deprecated for this endpoint; use min_tag_id and max_tag_id instead"
   },
   "meta":{
      "code":200
   },
   "data":[

   ]
}