potomak / jquery-instagram

Instagram jQuery plugin
http://potomak.github.io/jquery-instagram/
MIT License
554 stars 143 forks source link

Request: Display photos from 'userId' tagged 'hash' #23

Closed bradcerasani closed 11 years ago

bradcerasani commented 11 years ago

These two functions are available independently, any possible way to combine them?

I don't think the Instagram API readily supports this, but perhaps it's possible to fetch all images from a specific user and then filter those images by hashtag?

potomak commented 11 years ago

As you notice this isn't an Instagram API function (see http://instagram.com/developer/endpoints/users/#get_users_media_recent) so I think this shouldn't be implemented as a library function.