写信给 Pastie 或 Pastebin?

发布于 2024-07-29 15:15:59 字数 110 浏览 4 评论 0原文

我正在用 Objective-C (iPhone) 编写一个应用程序,我希望能够向 Pastie 或 Pastebin 写入一串文本,并能够获得该页面的链接。 我没有找到任何 API,这可能吗? 如何?

I have an application I'm writing, in Objective-C (iPhone), and I want to be able to write a string of text to Pastie or Pastebin, and be able to have the link to that page. I have not been able to find any API for either of these, is this possible? How?

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

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

发布评论

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

评论(2

陈甜 2024-08-05 15:17:32

这是他们的pastebin.com API:http://pastebin.com/api

This is their API for pastebin.com: http://pastebin.com/api

黑白记忆 2024-08-05 15:17:12

您必须使用 html 页面上

标记中描述的字段构建 HTTP POST 请求。

对于pastebin.com,它可能是parent_pidformatcode2poster

只需确保该网站的所有者对您的程序以这种方式访问​​该网站没有任何问题。

You will have to construct a HTTP POST request with the fields as described in the <form> tag on the html page.

for pastebin.com it would probably be parent_pid, format, code2 and poster.

Just make sure that the owner of the site doesn't have any problems with your program accessing it this way.

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