version 1.2
TagsInterface.getListUserRaw does not send a auth_token in the generated url.
Fix is to add parameters.add(new Parameter("auth_token", auth.getToken());
Log in to post a comment.