Get posts by hashtag in Instagram API -


i tried find answer without success.

i have website show twitter tweets , instagram posts based in hashtag.

in twitter authenticated userless, since wanted show tweets hashtag.

the problem instagram, signed , i'm retrieving posts with:

https://api.instagram.com/v1/tags/{tag}/media/recent?access_token=xxx 

but thing retrieves tags posts, instead want search in instagram universe.

is possible?

it retrieve instagram posts (all posts in instagram provided privacy of post set public). have did in open source instagram hashtag feed app on windows store application (c#). works searching in instagram hashtag.

https://github.com/shichuantaylors/instafeed/blob/master/orientationfeed/instagramfeed.xaml.cs

hope code can help. :)


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -