python - django register user with django-facebook -


ok see saying use django-facebook, , says can want. have installed on app , example page works, how register user it? apart installation rest of docs seem autogenerated , have yet find step step guide how register user on site using django-facebook.

here working example of facebook auth django.

facebook uses oauth2 federate user logins. oauth2 authorization step-by-step consists of

  1. create authorization token calling request-token url consumer keys
  2. send user authorize url token created , callback url
  3. once authorized user redirected callback url auth-token
  4. convert auth-token access token @ request-token url
  5. save access token , use make authorized requests

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -