Oleksandr
Oleksandr

Reputation: 13

Tags query for instagram

I'm trying to run a query for a tag - https://api.instagram.com/v1/tags/{tag-name}/media/recent?access_token=ACCESS-TOKEN, but get an error

{"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": []}

Upvotes: 0

Views: 179

Answers (2)

Arif
Arif

Reputation: 11

Well it seems that, this end-point returns only the token owner's post on this tag only. So from now on you cannot get the public hastag feeds of all users. Sandbox or Live doesnot matter I guess.

Upvotes: 1

AndyDev
AndyDev

Reputation: 1409

Believe this is down to the sandbox changes where the data returned is only for upto 20 sandbox users rather than true public_content.

I'm trying this also and seeing the same so trying to go through review to see if that fixes things up.

Upvotes: 0

Related Questions