سؤال

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