burkeholland / InstaSharp

A c# wrapper for the Instagram API
Apache License 2.0
48 stars 1 forks source link

BUGFIX: Added userId argument to Recent method to support /users/[user-i... #7

Closed kingdango closed 11 years ago

kingdango commented 11 years ago

...d]/media/recent

Prior to this change the endpoint is not adequately supported.

kingdango commented 11 years ago

@burkeholland Wondering if you have had a chance to review. You can reach me at aaron at kingdango.com if you have any questions. This is my first contrib to an opensource project so if I'm doing something obviously dumb I apologize.

Also, I would have preferred to modify the existing methods (adding the UserId to the param list) but I was worried about creating a breaking change. Happy to update if you have comments.

owenblacker commented 11 years ago

I hadn't noticed this pull request when I created Pull request #15, which implements this change (possibly by a different means) and some others (including DamianMac's Pull request #8).

felipepessoto commented 11 years ago

It´s done in re-deisgn branch