yuyang226/FlickrjApi4Android

implementation of 2 methods are missing

Closed this issue · 2 comments

GalleriesInterface.addPhoto;
GroupsInterface.addPhoto.

GalleriesInterface.addPhoto is done

For the missing GroupsInterface.addPhoto, you should use PoolsInterface.add() instead. There is no GroupsInterface.addPhoto() exist.

More details could be found at http://www.flickr.com/services/api/flickr.groups.pools.add.html