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.
|
|
|||||
|
|
Give these links a try. I've not yet gotten around to integration with other federated systems, but I believe these links will give you most of what you need to get it started. |
|||
|
|
|
Facebook integration is going to be added in for iOS 6. In addition to the twitter integration they already have. It may be worth it to wait to implement this feature until there's a unity wrapper for the iOS 6 feature. Though, you'd still have do to something different for google. |
|||
|
|
|
Concerning Unity/Facebook, I used a very good tutorial:
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. |
||||
|
|