I have a Unity3D application who needs registration.
The user needs to register in the application. He can simply enter an email adress and a password. Those are used to access the application.
But i want to offer the possibility to connect with other existing account like facebook, gmail, twitter…
Is it possible ? Everything must be in the Unity App but can use http request.
I have a Unity3D application who needs registration. The user needs to register in
Share
Concerning Unity/Facebook, I used a very good tutorial:
http://www.paladinstudios.com/2011/11/15/facebook-and-unity-tutorial-part-one/
http://www.paladinstudios.com/2011/11/24/facebook-and-unity-tutorial-part-two/
http://www.paladinstudios.com/2011/12/06/facebook-and-unity-tutorial-part-three/
It uses the JavaScript Facebook Api and the usefull functions :
Concerning Unity/Twitter I didn’t found a way to directly contact Twitter with Unity. But I use TweetSharp with my asp.net c# Backend.
https://github.com/danielcrenna/tweetsharp
https://dev.twitter.com/docs