是否有任何 Twitter 演示示例可以在 Twitter 中使用 OAuth 在 Twitter 上发布照片?

发布于 2024-12-19 07:47:14 字数 219 浏览 1 评论 0原文

我想将照片上传到 Twitter,就像 ttweet 照片一样。 通过在网上搜索,我得到了 twiiter4j 示例的一些示例,可以在 Twitter 上发布照片。但在该示例演示中,我必须输入静态用户名和密码才能发布。 我想要的是通过 twitter OAuth 输入和管理用户名和密码,并将照片发布到 twitter 上... 那么有没有可以使用 Twitter OAuth 将照片发布到 Twitter 上的 Demo?

I want to upload the Photo on Twitter as like ttweet photo.
by Searching on net I got Some Example of the twiiter4j example to tweet the Photo on twitter. but in that example demo I have to enter the static Username and Password to post.
I want is to enter and managed the username and password by twitter OAuth and post the photo on twitter...
So is there any Demo that can Post the Photo on Twitter using Twitter OAuth?

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

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

发布评论

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

评论(2

镜花水月 2024-12-26 07:47:14

Twitpic 是托管您的照片(在 Twitter 上发布)的地方。因此,一旦获得 twitpic 的用户名密码,您就可以使用下面的代码示例项目将照片上传到其中。它只会上传照片并给你链接。所以最后你必须编写代码将该链接作为推文发布到 Twitter 上。

这是完整的项目示例:https://github.com/lorensiuswlt/AndroidTwitpic

Twitpic is the place where your photos(tweeted on Twitter) are hosted. So once you get the username password for twitpic,you can upload photo to it using below code sample project. It would just upload the photo and gives you the link.so finally you will have to code for posting that link onto twitter as tweet.

Here is the complete project sample: https://github.com/lorensiuswlt/AndroidTwitpic

浮生面具三千个 2024-12-26 07:47:14

每当您需要演示时,只需在 Github 上搜索即可。您将能够看到其他人提供的许多演示应用程序。

Twitter4j-android-Sample

twitterdroid

Tweety

TweetView

或者可能是这个 list 将为您提供一些东西。

Whenever you need demo's just do a search on Github. You will be able to see a lot of demo applications from others.

Twitter4j-android-Sample

twitterdroid

Tweety

TweetView

Or maybe this list will have something for you.

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