문제

this is my first project with django and i'm using python social auth to create users with the facebook account's and works fine, now im trying to do the same thing but from android and save information on server, some clue to do this

도움이 되었습니까?

해결책

Check the documentation regarding that at http://psa.matiasaguirre.net/docs/use_cases.html#signup-by-oauth-access-token https://python-social-auth.readthedocs.io/en/latest/use_cases.html#signup-by-oauth-access-token. There you will find a code snippet that will simplify your work, take that snippet as a template where you fill the details related to your project (like the return data, etc).

Edit: updated documentation link.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top