是否有任何 Twitter 演示示例可以在 Twitter 中使用 OAuth 在 Twitter 上发布照片?
我想将照片上传到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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
每当您需要演示时,只需在 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.