Get user uid from Facebook with Django Social Auth - Stack Overflow

Facebook uid is stored in UserSocialAuth instance, you can get it by doing user. social_auth.get(provider='facebook').uid.

Lee mas