I'm trying to implement Facebook login on the Android app. You can create a login button and log out You save a DB containing membership information for membership management.
How do you save the information of the person who signed up by pressing the Facebook login button in DB?
I don't think I need an ID or password, but I don't know how to distinguish it.
android facebook
To use Facebook login, you need to register the app on Facebook. By default, we provide a list of number IDs, e-mails, names, profile images, and friends who use the app.
Email is subject to change, so it's not suitable to use it to distinguish users, so it's better to use a numeric ID to distinguish users.
In order to get information other than this, you need to get an app review on Facebook. You need to go through a review similar to the Apple App Store review.
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
581 PHP ssh2_scp_send fails to send files as intended
915 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
612 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.