currently i use the FlickR-API-1.2 for Java to call images from flickR. The authentification of users works successful, but i can't get private photosets from this users.
What's wrong? I got a token with permission to read. I call the photosets with:
Collection<Photoset> sets=photoSetsInterface.getList(auth.getUser().getId()).getPhotosets;
The Collection only contains the public sets from this user.
//EDIT: The permission of the the token is read
greetings