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

FBConole: Inconsistente state #31

@pkcinco

Description

@pkcinco

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions