如何与我的域中的页面共享 Twitter 上的数据?

发布于 2024-12-08 02:16:48 字数 357 浏览 0 评论 0原文

我想在我的应用程序中有一个共享按钮,该按钮将发布到 Twitter,例如“我刚刚做了这个,请在​​此处查看 www.url.com/whatever”

我有实际的 Twitter 部分设置。我需要做的是以某种方式将数据从我的应用程序获取到某个网站。这就是我需要帮助的部分。

本质上我希望网站看起来像这样。我不需要创建一个完整的网站,因为我有一个网站,我只需要它来创建一个页面并添加如下数据: http://www.fitocracy.com/view_workout/1308962/

有什么想法吗?

I want to have a share button in my app that will post to twitter like, "I just did this, check it out here www.url.com/whatever"

I have the actual twitter part setup. What I need to do is somehow get the data from my app to some website. That is the part I need help with.

Essentially I want the website to look like this. I don't need to create a whole website as I have one, I just need it to create a page and add data like thsi: http://www.fitocracy.com/view_workout/1308962/

Any ideas how?

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

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

发布评论

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

评论(1

森林很绿却致人迷途 2024-12-15 02:16:48

所有外部应用程序都使用 OAuth 通过 Twitter 进行身份验证,然后使用 Twitter API 将推文发布到经过身份验证的帐户。

有关详细信息,请阅读此处: https://dev.twitter.com/

这是示例 iphone twitter oauth 应用程序github:

https://github.com/bengotlieb/Twitter-OAuth-iPhone

All external apps use OAuth to authenticate with twitter and then use the twitter APIs to post the tweet to the authenticated account.

For details read here: https://dev.twitter.com/

Here is as sample iphone twitter oauth app on github:

https://github.com/bengottlieb/Twitter-OAuth-iPhone

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