Using python-social-auth with linkedin

限于喜欢 提交于 2019-12-25 04:48:06

问题


Hi I'm using python social auth to allow user sign in using LinkedIn. Is there a way to extract token from the response like we do for Facebook and pass it to the backend by making an ajax request.


回答1:


Here's an example using the python-linkedin library, you could probably do something similar with social auth using its backend/pipeline principle



来源:https://stackoverflow.com/questions/26501961/using-python-social-auth-with-linkedin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!