How do I get all the users that have authorized my Facebook app?

前端 未结 1 1037
予麋鹿
予麋鹿 2020-12-18 10:31

There used to be an Authorization Callback, but I only see a Deauthorization Callback now.

So, what\'s the suggested way to store & get a list of users that have

1条回答
  •  不思量自难忘°
    2020-12-18 11:18

    I guess this can be done with the newly introduced insights feature, as mentioned in page the FQL Insights Documentation has a full list of metrics, and I guess what you need is:

    • application_installed_users
      Available Periods: lifetime
      Total installations of your application or connections to your Connect application

    0 讨论(0)
提交回复
热议问题