I am trying to add my Facebook and Twitter login and register in my iOS app. Since my application is server based, I also need to create a user profile on my database. But the problem is that I can’t get passwords from Facebook and Twitter for obvious reasons. So I'm not sure how to do this. What should be used as a password for creating new profiles, and then also register users.
What have people done in the past to create profiles in their databases by retrieving information from Facebook and Twitter?
I want to save the email address, name, location, interests, and then the password. What should be the right way?
source
share