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

Can I make a request to yandex for getting token? #1053

Closed nickmetal closed 7 years ago

nickmetal commented 8 years ago

how can I use module social/backends/yandex.py (OAuth) in my script? In my case I need making request to yandex for getting token by my login and password.

omab commented 7 years ago

This app is intended to be used with a web framework, the recent split into python-social-auth might help to reach this goal, but as is, there's no support for it yet.