Hey :)
I'm currently setting up a new users data model. Are the ids from facebook, twitter and openid all numerical? What is the length?
This is what i have so far:
Thanks for any collection.
Oliver
Hey :)
I'm currently setting up a new users data model. Are the ids from facebook, twitter and openid all numerical? What is the length?
This is what i have so far:
Thanks for any collection.
Oliver
OpenID identities are strings (URLs). There is no such thing as "OpenID id".
As for twitter and facebook, they use OAuth, and use strings(access tokens) too.