Hi, is there any way to see who of my new forum sign-ups have used the Facebook login/sign-up plugin? Many thanks, Torsten
You could use the Data Explorer Plugin for this.
SELECT user_id from facebook_user_infos
SELECT user_id, last_used FROM user_associated_accounts
WHERE provider_name = 'facebook'
9 Likes
Well wadayaknow! Out of 3.5k users I have just one sign-up using Facebook?! That’s made my day!
7 Likes