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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -