Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前我使用 FlickR-API-1.2 for Java 从 flickR 调用图像。用户身份验证成功,但我无法从该用户那里获取私人照片集。
怎么了?我得到了一个可以阅读的令牌。我将照片集称为:
Collection<Photoset> sets=photoSetsInterface.getList(auth.getUser().getId()).getPhotosets;
集合仅包含来自该用户的公共集。
//EDIT: 令牌的权限被读取
问候