I am using parse for my app's backend, and I need to include social logins. I will be using log in with Twitter and the new Twitter Digits.
What is the best way to create a new user in Parse via social logins without using their PFUtils wrappers to handle the username/password.
What do I supply to parse for the username and password for a new user?
I will be storing the approrpriare OAuth tokens locally in keychain myself.
This is not exactly what you asked for but I have implemented a way to authenticate with Twitter Digits to login with Parse, you can view the code here: https://github.com/felix-dumit/PFUser-Digits