使用 Apigee 学习 reddit JSON API。我如何提交故事?

发布于 2024-12-07 17:51:57 字数 875 浏览 1 评论 0原文

根据 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

我相信呃是 modhash <

http://www.reddit.com/api/login/joe?user=joe&passwd=passw0rd&api_type=json

但每当我尝试提交时,我都会得到:

a href="https://apigee.com/console/apigee-console-snapshots-1317445200000_ba798aaf-165d-40c3- 8aec-17673087f9ff/rendersnapshotview" rel="noreferrer">https://apigee.com/console/apigee-console-snapshots-1317445200000_ba798aaf-165d-40c3-8aec-17673087f9ff/rendersnapshotview

任何帮助将不胜感激。

Accordng to https://github.com/reddit/reddit/wiki/API I need to:

"Post the following to 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

I believe uh is the modhash that that you get after loging in like this:

http://www.reddit.com/api/login/joe?user=joe&passwd=passw0rd&api_type=json

But whenever I try to make a submission, I get this:

https://apigee.com/console/apigee-console-snapshots-1317445200000_ba798aaf-165d-40c3-8aec-17673087f9ff/rendersnapshotview

Any help would be greatly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

伴我心暖 2024-12-14 17:51:57

确保您在发布提交内容时发回他们随登录响应发送/设置的 reddit_session cookie。您需要这个以及uh/modhash

Be sure that you're sending back the reddit_session cookie they send/set with the login response when you post your submission. You need this as well as the uh/modhash.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文