django-social-auth incorrect authentication service

前端 未结 3 539
慢半拍i
慢半拍i 2021-01-18 21:42

I was trying to use django-social-auth today, but turned out I got an error everytime I tried to login using it.

I was using the example found in its git master branc

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-18 21:59

    In my case the problem was that I had FACEBOOK_APP_SECRET instead of FACEBOOK_API_SECRET. It was due to the fact that I migrated from django-facebook to django-social-auth.

提交回复
热议问题