Ennio
Ennio

Reputation: 1157

How can I get media from instagram API?

I'm using the instagram API to get some images related to an specific hastag but when I call the API I get a message saying the API is deprecated.

I'm calling this endpoint

https://api.instagram.com/v1/tags/{tag-name}/media/recent?access_token=ACCESS-TOKEN

Any idea on what call I need to make to return the list of images with the requested hastag?

Upvotes: 3

Views: 595

Answers (1)

Ennio
Ennio

Reputation: 1157

So I figure out why this is happening. Because the application is still in sandbox mode I can only get hashtag from the accounts that have access. Once the application is approved it will be able to pull the data from the API.

Upvotes: 1

Related Questions