Title: Mobile sync
Last modified: July 22, 2025

---

# Mobile sync

 *  Resolved [thanosdosis](https://wordpress.org/support/users/thanosdosis/)
 * (@thanosdosis)
 * [10 months, 3 weeks ago](https://wordpress.org/support/topic/mobile-sync/)
 * Hello, we are trying to sync our CMS with mobile app, but in order to do this
   we need user name, email and password. We tried to find the password with API
   but the user’s password didn’t show there. How can we find the field of the password??

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Support [Robert](https://wordpress.org/support/users/robertnextendweb/)
 * (@robertnextendweb)
 * [10 months, 3 weeks ago](https://wordpress.org/support/topic/mobile-sync/#post-18565513)
 * Hi [@thanosdosis](https://wordpress.org/support/users/thanosdosis/)
 * We register standard WordPress accounts, so just like as if you registered through
   the standard form on wp-login.php. When someone registers with the social login,
   they are given a random password by default. So since we register standard WordPress
   accounts, you will find all their data stored in the “users” table of WordPress.
   If you want to know which users have a social connection, then we store those
   in the “social_users” table.
 * To understand the columns better, here is the description of each column:
    - **social_users_id** – primary key of the social_users table, with auto-increment
    - **ID **– this is the User ID of the WordPress account that was linked to the
      social media account
    - **type **– identifies the provider the WordPress account has been linked to(
      it says “fb” if it is a link connected to Facebook)
    - **identifier **– the unique identifier within the social app ( e.g. the ID
      of a Facebook user ). We usually use the original social media ID returned
      by the provider, but in rare cases where the ID is not unique, we have to 
      make it unique with a custom logic ( currently, only the Slack provider has
      such custom logic).
    - **register_date** – contains the date when the user registered with a certain
      provider. (If it is NULL then the user registered with either a traditional
      registration form or with another social provider )
    - **login_date **– the date the user logged in the last time
    - **link_date **– the date when the user linked the social media account to 
      the WordPress account
 *  Thread Starter [thanosdosis](https://wordpress.org/support/users/thanosdosis/)
 * (@thanosdosis)
 * [10 months, 3 weeks ago](https://wordpress.org/support/topic/mobile-sync/#post-18565549)
 * Ok thanks for the quick response! One more question, I use your plugin combined
   with User Meta. Do the User Meta hooks work when someone registers with social
   with this plugin?
 *  Plugin Support [Robert](https://wordpress.org/support/users/robertnextendweb/)
 * (@robertnextendweb)
 * [10 months, 3 weeks ago](https://wordpress.org/support/topic/mobile-sync/#post-18565553)
 * I am unfamiliar with that plugin, but as long as they work properly with standard
   WordPress users, it should be fine. You could test it out for your specific use-
   case, and see if it works as expected. And if there is a conflict with Nextend
   Social Login, we could take a look at it.
 *  Thread Starter [thanosdosis](https://wordpress.org/support/users/thanosdosis/)
 * (@thanosdosis)
 * [10 months, 3 weeks ago](https://wordpress.org/support/topic/mobile-sync/#post-18565555)
 * Ok thanks again!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Mobile sync’ is closed to new replies.

 * ![](https://ps.w.org/nextend-facebook-connect/assets/icon.svg?rev=3336394)
 * [Nextend Social Login and Register](https://wordpress.org/plugins/nextend-facebook-connect/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextend-facebook-connect/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextend-facebook-connect/)
 * [Active Topics](https://wordpress.org/support/plugin/nextend-facebook-connect/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextend-facebook-connect/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextend-facebook-connect/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [thanosdosis](https://wordpress.org/support/users/thanosdosis/)
 * Last activity: [10 months, 3 weeks ago](https://wordpress.org/support/topic/mobile-sync/#post-18565555)
 * Status: resolved