$ cat fb.log
ERROR:root:HTTP Error 403: Forbidden
Traceback (most recent call last):
File "fb.py", line 161, in post_status_to_friend_wall
self.fb.graph_post("/%s/feed" %friend_id, {"message":message})
File ".fbconsole.py", line 190, in graph_post
return json.load(opener.open(_get_url(path), params))
File "c:\Python27\lib\urllib2.py", line 410, in open
response = meth(req, response)
File "c:\Python27\lib\urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "c:\Python27\lib\urllib2.py", line 448, in error
return self._call_chain(_args)
File "c:\Python27\lib\urllib2.py", line 382, in _call_chain
result = func(_args)
File "c:\Python27\lib\urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 403: Forbidden
$ cat fb.log
ERROR:root:HTTP Error 403: Forbidden
Traceback (most recent call last):
File "fb.py", line 161, in post_status_to_friend_wall
self.fb.graph_post("/%s/feed" %friend_id, {"message":message})
File ".fbconsole.py", line 190, in graph_post
return json.load(opener.open(_get_url(path), params))
File "c:\Python27\lib\urllib2.py", line 410, in open
response = meth(req, response)
File "c:\Python27\lib\urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "c:\Python27\lib\urllib2.py", line 448, in error
return self._call_chain(_args)
File "c:\Python27\lib\urllib2.py", line 382, in _call_chain
result = func(_args)
File "c:\Python27\lib\urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 403: Forbidden