Add user details to a logged in user table row

I have succesfully created a user entry in a backendless table using loginWithFacebookSDK. At another point in my app, the user inputs more details which i want to add to the same row containing the initial Facebook login user details. Am able to capture unique user details such Facebook Id and Backendless userId and saved them in my Complex Preferences. Any help is appreciated.

Hi Odhiambo,

You need to retrieve BackendlessUser object, update its fields and call an update SDK method. Here is the documentation: https://backendless.com/documentation/users/android/users_update_user_properties.htm