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
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
You can use data explorer to check this. I think this query should give you a list:
SELECT user_id FROM facebook_user_infos
Update Feb 2019:
SELECT user_id FROM user_associated_accounts WHERE provider_name = 'facebook'
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.