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 应用程序。我想显示使用我的应用程序的用户总数。如何获取应用程序用户总数?
注意:使用 javascript 或 php sdk
查看 Facebook 图形 API 文档:
http://developers.facebook.com/docs/reference/api/insights/
例子 :
https://graph.facebook.com/2439131959 https://graph.facebook.com/YOUR-APP-ID/insights/application_active_users?since=1329724800&until=1329984000
https://graph.facebook.com/2439131959
https://graph.facebook.com/YOUR-APP-ID/insights/application_active_users?since=1329724800&until=1329984000