标签: django facebook api django-socialauth
如何使用django-social-auth参数传递access_token来创建用户? 例: django-social-auth.create_user(access_token ='xxxxxxxxxxxxxxxx ...') 这可能吗?
我这样做是因为我在access_token中获取了一个API,必须在数据库系统中创建用户。 www.mysite / API /新的/用户/ [令牌] /
后端:facebook