Nodejs real time pull Stream Instagram photo via hashtag

935 views Asked by At

Is there a way / node lib package that can do real time pull instagram photo via hashtag?

1

There are 1 answers

0
Akshat Goel On BEST ANSWER
https://api.instagram.com/v1/tags/{tag-name}/media/recent?access_token=ACCESS-TOKEN

where {tag-name} is the tag you are searching and ACCESS-TOKEN is the access token of the registered user who has granted you the permission.