I get a slightly changing User ID's on sign up/login when authenticating with xing oauth. Something like:
37578662_a467ef
and 37578662_76a7fe
.
Does somebody know if the user id changes when using a xing test key? Or if I could rely on the first part (before underline) to be equal and consistent on login?
Using python-social-auth and Django
Best Johannes