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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -