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
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.
The text was updated successfully, but these errors were encountered:
"This SDK is deprecated. This SDK does not support the new cookie format we rolled out as part of the OAuth migration. We have no plans to add this support. Feel free to clone this repository and modify."
so, i have not parsed the php code to know the difference in the implementation of the headers in the requests.. but i'm assuming it would be quite easy to duplicate how the headers for the requests and cookies are being passed
I abandoned this platform 9 mos ago due to that issue. Was a pain rewriting everything to use FbCmd, as a few of my particulars require modifying the actual library, so I had to add a couple lines to FbCmd... but... FbCmd actually works, worked then, and works now, so that's the direction I went.
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.
The text was updated successfully, but these errors were encountered: