Facebook. How to get list of all users of my app?

前端 未结 1 1816
刺人心
刺人心 2021-01-16 07:32

I\'ve been googling before asking but all in vain unfortunately. Is the only possibility to have all facebook users of my app is maintaining my own database or maybe there\'

1条回答
  •  时光取名叫无心
    2021-01-16 08:25

    Facebook doesn't provide a way to retrieve users who have your application installed. And you should store that information on your end to be able to track this.

    You can only retrieve count of users who use your application from Application Insights (see answer to similar question: How do I get all the users that have authorized my Facebook app?)

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