• Resolved gralance

    (@gralance)


    I have enabled Facebook sign-in feature.
    Question 1: How to export all users that bound a Facebook account?
    Question 2: For those FB users, how to get the public profile URL on FB?
    Question 3: If I enabled other platforms. For instance, Google. How to achieve the above question 1, 2 for each platform?

    The requirement is that our third-party marketing folks want to analyze user profiles from different social media.

    Alternatives: Are there variables in wp_user_meta or somewhere tables to filter those data in MySQL?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Heateor Support

    (@heateor)

    Answer 1: You need to query for the user meta ‘thechamp_provider’ for the value “facebook”
    Answer 2: To save the public profile link on FB for these users, you need to have the user_link scope approved in the Facebook app. More details about this scope at the link https://developers.facebook.com/docs/permissions/reference/user_link/
    Answer 3: You need to query for the value ‘google’ for the user meta mentioned in the answer 1. You can check if profile link has been saved in the user_url field of the users table of WordPress database. You can get the value of this field from the User object of WordPress.

Viewing 1 replies (of 1 total)

The topic ‘How to export or filter users from fb?’ is closed to new replies.