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.
我想知道如何使用 Facebook Graph API 来获取用户的最后一个相册 ID?
您可以使用专辑 FQL 表
SELECT object_id, created FROM album WHERE owner = me() ORDER BY created DESC LIMIT 1