galen / PHP-Instagram-API

PHP 5.3+ wrapper for the Instagram API
338 stars 159 forks source link

Adding method to get media id #25

Closed neilcrookes closed 11 years ago

galen commented 11 years ago

im curious...in what situation did you need to get the media id?

neilcrookes commented 11 years ago

I'm collecting Instagram posts that match a hash tag and tweets with photos too. I'm storing them in a single table with source and source_id fields. So it's for consistency in my app. Thought it might be useful to someone else so sent you a pull request. I'm using my fork of your lib in my app, so not fussed if you don't want to merge it. Thanks for the lib though. Out of interest, have you had any luck fetching media for a tag using the min_tag_id param? It seems like its not working to me, despite scouring the google group for info on how it's supposed to work...

Sent from my iPad

On 16 Aug 2013, at 16:41, Galen Grover notifications@github.com wrote:

im curious...in what situation did you need to get the media id?

— Reply to this email directly or view it on GitHub.

galen commented 11 years ago

this has been added, thanks.

agiuliano commented 11 years ago

Sorry @galen but where is finished the getMinTagId function in TagMediaCollection class?

davidino commented 11 years ago

@agiuliano :+1: