我想这个问题的答案很简单,但我找不到。非常感谢任何帮助。
予。用例
应用程序(python / django中的后端)应该在facebook页面上写。
II。症状
III。代码
## Getting the user_access_token is dealt with before
h = Http()
data = dict(message="Hello", access_token=user_access_token['access_token'])
resp, content = h.request("https://graph.facebook.com/PAGE_ID/feed", "POST", urlencode(data))
IV。生成异常(使用/ PAGE_ID / feed)
resp :回复:{'status':'400','content-length':'119','expires':'星期六,01 Jan 01 00:00:00 GMT' ,'www-authenticate': 'OAuth'Facebook平台“”invalid_request“”(#1)发生未知错误“','x-fb-rev':'976458', 'connection':'keep-alive','pragma':'no-cache','cache-control':'no-store','date':'Tue,2013年10月22日21:45:20 GMT','access-control-allow-origin':'*','content-type':'text / javascript; charset = UTF-8','x-fb-debug': 'HFItWh64ob + 3hErv + rgYdFzHlRBVHP7Pg0Eg4hvqYlY ='}
内容 str:{“error”:{“message”:“(#1)发生未知错误”,“类型”:“OAuthException”,“code”:1,“error_data “: { “kError”:1455002}}}