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.
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.
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.