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.
下午好,
是否有允许我访问所有用户照片的 api 方法/循环?请记住,我不想要标签或相册,我想要所有图片。感谢帮助。
我已经尝试过 api photos 方法,但它并没有达到我想要的效果。
确保您获得了 user_photos 权限并使用 graphpath me/photos 提出请求。您将获得他上传并被标记的所有照片。尽管只需检查谁上传了图像(这包含在响应 JSON 中),就可以轻松删除这些照片。