Hi,
Some backends, for example vk or odnoklassniki provide a function (vk_api and odnoklassniki_api) to make additional API calls. In python-social-auth compared to django-social-auth this function now accepts additional backend param, which should be the backend object.
What is the recommended way of getting this object outside the pipeline so that I could pass it to the function to make additional API calls. Should I just import a class and instantiate it or this object is already stored somewhere inside the user object ?
Thx
Hi,
Some backends, for example vk or odnoklassniki provide a function (vk_api and odnoklassniki_api) to make additional API calls. In python-social-auth compared to django-social-auth this function now accepts additional backend param, which should be the backend object.
What is the recommended way of getting this object outside the pipeline so that I could pass it to the function to make additional API calls. Should I just import a class and instantiate it or this object is already stored somewhere inside the user object ?
Thx