根据https://github.com/reddit/reddit/wiki/API我需要:
“将以下内容发布到http://www.reddit.com/api/submit:
uh=f0f0f0f0&kind=link&url=yourlink.com&sr=funny
&title=omg-look-at-this&id%23newlink&r=funny&renderstyle=html
我相信 uh 是你登录后得到的 modhash,如下所示:
http://www.reddit.com/api/login/joe?user=joe&passwd=passw0rd&api_type=json
但是每当我尝试提交时,我都会得到以下信息:
任何帮助将不胜感激。