AllAuth login with Twitter

I am trying to configure AllAuth and Django to allow logins from Twitter. I have already been able to include logins for Google and Dropbox and they work fine.

I have followed the instructions that I could find on using Twitter and AllAuth for logins. From what I can tell the configuration is correct.

However, when I login I get the following error message and page.

This appears to be a template within AllAuth. Here is the URL that I am seeing.

localhost:8000/accounts/twitter/login/

Here is the configuration in Admin…

I would try stepping through the debugger but I’m not sure where to put a breakpoint. I’ve done a lot of searching on this and haven’t been able to find much information.

I’m sure I’ll need to add additional information to this post, so please let me know what else might be helpful.

Thanks in advance!