galen / PHP-Instagram-API

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

Add shortcut method for retrieving media belonging to a certain tag. #28

Closed shirshir closed 10 years ago

shirshir commented 10 years ago

I added a method for retrieving media belonging to a tag, without creating a Tag instance first. This prevents from having to do a tag API call.

galen commented 10 years ago

I changed the function name to getTagMedia, since its not really searching.

shirshir commented 10 years ago

Excellent, thanks!