[Answer]-Stack Overflow OAuth – Python Social Auth

1👍

Look at psa django template example. All you need to do is to pass correct stackoverflow’s backend name. Also verify PSA version to ensure that local packet version support stackoverflow oauth.

0👍

I got it:

<a href = "{% url 'social:begin' 'stackoverflow' %}?next={{ request.path }}"> Stackoverflow</a></p>

Leave a comment