I am developing an iOS 4 application with the latest versions of the SDK and Xcode 4.
I need users to register in my application using their Facebook, Twitter or GMail account. But I also need to know a user who has a login.
In other words, each user will have some specific data, and I need to know what data is intended for a particular user. Example: there will be a lot of house when a user buys a house, I need to know which user bought this house.
When a user logs in to Facebook or Twitter or GMail, is there an identifier associated with this account?
I need an identifier for storage on a Windows Azure server, and I will use it to identify this user and retrieve all of his game data.
source share