omab / python-social-auth

Social auth made simple
http://psa.matiasaguirre.net
BSD 3-Clause "New" or "Revised" License
2.83k stars 1.09k forks source link

Add redirect_uri to yammer docs #960

Closed m3brown closed 8 years ago

m3brown commented 8 years ago

In 2015, Yammer revised their security requirements to require the exact redirect_uri, rather than just the domain. As a result, it is important that python-social-auth specify the appropriate redirect_uri in the documentation.

The documentation format in this PR matches the format of other backends, such as foursquare

yammer documentation

omab commented 8 years ago

Thanks!