Skip to content

fb.auth.createToken() fb.login() no longer works #72

@ClaireCJS

Description

@ClaireCJS

As of 3 days ago, this stuff just simply does not work anymore. I've been using the same script daily for over 2 yrs, and now it won't work and hasn't worked for the longest period of time since I started.

I can't claim to understand the situation, but i'd love to know what's going on.

python25 c:\bat\fbupload.py -a "20110429 - Carolyn" -d "Picture taken on 2011/04/29." -n
Traceback (most recent call last):
File "c:\bat\fbupload.py", line 356, in
UploadPhotos()
File "c:\bat\fbupload.py", line 132, in UploadPhotos
fb.auth.createToken()
File "C:\Python25\lib\site-packages\facebook__init__.py", line 603, in createToken
token = self.client('%s.createToken' % self.name)
File "C:\Python25\lib\site-packages\facebook__init
.py", line 1001, in call
response = urlread(self.facebook_url, post_data)
File "C:\Python25\lib\site-packages\facebook__init__.py", line 101, in urlread
res = urllib2.urlopen(url, data=data)
File "C:\Python25\Lib\urllib2.py", line 124, in urlopen
return _opener.open(url, data)
File "C:\Python25\Lib\urllib2.py", line 381, in open
response = self._open(req, data)
File "C:\Python25\Lib\urllib2.py", line 399, in _open
'_open', req)
File "C:\Python25\Lib\urllib2.py", line 360, in _call_chain
result = func(*args)
File "C:\Python25\Lib\urllib2.py", line 1107, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "C:\Python25\Lib\urllib2.py", line 1082, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error (10061, 'Connection refused')>

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions