How to check how many users are using Facebook login?

I would like to take down Facebook social login feature. Because, I don’t want to use my FB account.

Before, is there any way to know by a list which all users are using currently Facebook login for Discourse?

Thanks & Regards,
Gulshan

1 Like

You can use data explorer to check this. I think this query should give you a list:

old
SELECT user_id FROM facebook_user_infos

Update Feb 2019:

SELECT user_id FROM user_associated_accounts WHERE provider_name = 'facebook'
11 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.