facebookarchive / fbconsole

A micro api client for writing scripts against the Facebook Graph API.
Other
325 stars 74 forks source link

fbconsole.authenticate() not spawning any window #30

Closed DirkBroenink closed 9 years ago

DirkBroenink commented 10 years ago

fbconsole.authenticate() does not spawn a new window asking for permissions, it simply does nothing at all. It sits there waiting to return.

Code:

import fbconsole

fbconsole.AUTH_SCOPE = ['publish_stream', 'publish_checkins'] fbconsole.authenticate()

pcardune commented 9 years ago

I just uploaded a new version of fbconsole to pypi. Can you try again and reopen if it's still not working?

DirkBroenink commented 9 years ago

Works now, thanks. I just noticed I was still running 3.3 when I made this post, not 3.4. I just upgraded to 3.4 and it started working. That might have been the issue from the start.