django-rest-auth with django-allauth not what I was expecting
15 views
Skip to first unread message
Daniel Grace
unread,
Jun 23, 2015, 1:38:21 PM6/23/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I am trying to write a Django / REST API back end with Facebook authentication, for use with a phone app front end. I installed and configured both django-rest-auth and django-allauth. When testing I can log into Facebook and authorise my app to access my Facebook account, OK. But then I am faced with a HTML form for specifying a Django user name, I was expecting a REST API request for this information. Is there a reasonable way to configure these packages so that all the communications are via REST? (Am I misunderstanding something?)