mikefowler / instajam

Instajam is a JavaScript wrapper for the Instagram API. You provide the access token, we provide the jam. Or whatever.
http://mikefowler.github.io/instajam
MIT License
132 stars 33 forks source link

Pull images by tagname only for a group or users #1

Closed chrismadrigal closed 11 years ago

chrismadrigal commented 11 years ago

Hi Mike, great job with Instajam, this is not really an issue but more of a technical question. Is it possible to pull images by tagname but only for a specific group of users? I appreciate the help :)

mikefowler commented 11 years ago

Hey @chrismadrigal, unfortunately the API doesn't provide any endpoints for that kind of advanced search. The best we can do is pull recent media in a loop for a bunch of users and then sort/filter by tags.

chrismadrigal commented 11 years ago

Thanks @mikefowler, I figure that much. :)