Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

FBConole: Inconsistente state #31

Open
pkcinco opened this issue Apr 15, 2014 · 1 comment
Open

FBConole: Inconsistente state #31

pkcinco opened this issue Apr 15, 2014 · 1 comment

Comments

@pkcinco
Copy link

pkcinco commented Apr 15, 2014

I saw this cool library but I've been having issues trying to authenticate without login window.

import fbconsole as F

F.AUTH_SCOPE = ['publish_stream']

F.automatically_authenticate(
    username,     # facebook username for authentication
    password,     # facebook password for authentication
    APP_SECRET,   # "app secret" from facebook app settings
    'http://127.0.0.1:8080', # redirect uri specified in facebook app settings    
    True
    )

Here is my stack trace...really need some help here please

Traceback (most recent call last):
File "facebook-stream.py", line 11, in
'http://127.0.0.1:8080' # redirect uri specified in facebook app settings
File "build/bdist.macosx-10.8-intel/egg/fbconsole.py", line 425, in automatically_authenticate
AssertionError: Inconsistent state: ngG3UMD2kO3h3cSerlHYNsJSEtb0D8/ != ngG3UMD2kO3h3cSerlHYNsJSEtb0D8

@ghost
Copy link

ghost commented Aug 4, 2015

Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants