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 cookie。
我正在尝试确定我们应该在多大程度上致力于将 facebook 的社交功能集成到我们的网站中,并希望了解 facebook 在我们的受众中的影响力。
使用FB.getLoginStatus您可以计算出有多少人在访问您的网站时登录了 Facebook。您只需查看有多少人拥有response.status === 'not_authorized'.
response.status === 'not_authorized'