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 中获得我所有的状态,同时我想计算有多少人喜欢它。这可能使用 Facebook API 吗?
您的指导或帮助将不胜感激和奖励!
谢谢!
您可以首先调用/me/feed以获取用户的状态更新。每次更新都会有一个id. 然后,您需要进行第二次 API 调用以/[id]/likes获取喜欢该更新的用户列表。
/me/feed
id
/[id]/likes