how do i connect multiple social auth providers to the same django user using django-allauth?

后端 未结 1 941
-上瘾入骨i
-上瘾入骨i 2021-02-10 04:45

can connect to facebook and twitter, but how do i connect a normal django user to both his facebook and twitter networks, so that the next time he has the option of logging in t

1条回答
  •  独厮守ぢ
    2021-02-10 05:15

    connecting to different social providers turned out to be pretty easy. The same url which was used to login the users to a social provider if accessed inside a users home page( ie the page a normal django user will see after logging in using django auth) links your django profile to the social app profile automatically.

    now I am looking into how to use the graph api along with allauth to fetch friend lists, post to wall etc

    0 讨论(0)
提交回复
热议问题