You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 12, 2018. It is now read-only.
I want to automatically authenticate into facebook without using a browser or any users involvement.
I've tried several pieces of sample code that says it will do that, but I always come back to this error. I think it might have something to do with a certificate?
Any insight would be appreciated.
Thanks!
Traceback (most recent call last):
File "test.py", line 16, in
'http://local.fbconsole.com:8080/',
File "/usr/local/lib/python2.7/dist-packages/fbconsole-0.3-py2.7.egg/fbconsole.py", line 427, in automatically_authenticate
code = oauth["code"][0]
KeyError: 'code'