Birdhouse 应用程序的自定义 URL

发布于 2025-01-04 01:30:50 字数 295 浏览 1 评论 0原文

我想找出 Birdhouse iPhone 应用程序的自定义 URL 方案,但似乎没有任何文档。

Birdhouse 是一款用于存储 Twitter 草稿的应用程序。我想向它发送一串文本,并且我知道这是可能的:

  • Birdhouse 响应 URL birdhouse:///
  • 如果您的手机上安装了 Twitter 应用程序,它会将草稿发送到 Birdhouse。

我已经弄清楚了 birdhouse:/// 部分,但如何发送文本?

I'd like to figure out the custom URL scheme for the Birdhouse iPhone app, but there doesn't seem to be any documentation.

Birdhouse is an app to store drafts for Twitter. I'd like to send it a string of text, and I know that it's possible:

  • Birdhouse responds to the URL birdhouse:///
  • The Twitter app sends drafts to Birdhouse if it's installed on your phone.

I've figured out the birdhouse:/// part, but how do I send the text?

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

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

发布评论

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

评论(2

岁月无声 2025-01-11 01:30:50

他们似乎没有广播其 URL 的格式。您最好的选择可能是向他们的支持团队发送电子邮件。 http://birdhouseapp.com/support

Doesn't look like they broadcast the format for their URL's. Your best bet might be to send their support team an email. http://birdhouseapp.com/support.

药祭#氼 2025-01-11 01:30:50

我向开发者发了推文,他是这么说的:

这是birdhouse://?text=Hey。只需确保对“=”后的字符串进行 URL 转义!

I tweeted the developer, and here's what he said:

It's birdhouse://?text=Hey. Just make sure to URL escape the string after the "="!

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