How to retrieve Facebook friend's information with Python-Social-auth and Django

前端 未结 2 808
耶瑟儿~
耶瑟儿~ 2020-12-28 09:50

How can I retrieve Facebook friend\'s information using Python-Social-auth and Django? I already retrieve a profile information and authenticate the user, but I want to get

2条回答
  •  悲&欢浪女
    2020-12-28 10:07

    Just some extra for the reply above. To get the token from extra_data you need to import the model with that data (took me a while to find this): from social.apps.django_app.default.models import UserSocialAuth

提交回复
热议问题