After modifying the `LinkedInAccount.py` from contrib\login_methods with PEP8 function names and switching from the Google Code python-linkedin<http://code.google.com/p/python-linkedin/>library to its updated fork on Github, on login I was presented with `https://www.linkedin.com/uas/oauth/authorize?oauth_token=<my token here>`, whereas previously <my token here> was `True`.
Clicking "Allow access" redirected me to wherever I had in _next (as specified in my db.py), but it still said "login" in the top right, rather than "Logged in as...". Redirecting it to /user/verify presented me with a "404 NOT FOUND" error. URL shows: localhost/user/verify?oauth_token=<my_token_here>&oauth_verifier=<my_verifier_here> How do I get LinkedIn integration to work properly? Thanks for all suggestions, Alec Taylor --

