I'm trying to use this endpoint on Instagram API in sandbox:
http://ift.tt/2dbNGJ6;
But it returns:
{"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": []}
So I tried:
http://ift.tt/2cLestI
And it returns:
{"meta": {"error_type": "APIInvalidParametersError", "code": 400, "error_message": "max_id must not be a media id."}}
I tried to use only max_tag_id and only min_tag_id, I also tried different values for max_tag_id and min_tag_id.
My question is how I use max_tag_id and min_tag_id in that request and if it's possible to get recent media while my app is in sandbox ?
For the record, when i use
http://ift.tt/2dbNFow;
Or:
http://ift.tt/2cLeuBQ
It works. But v1/tags/google/media/recent doesn't .
Aucun commentaire:
Enregistrer un commentaire