Re: [twitter-dev] how can i upload a tweet with a photo?

2010-12-17 Thread Yusuke Yamamoto
Hi, Example codes are packaged in the archive. Try bin/media/*.sh|cmd. Those examples use twitter4j.media.* package. https://github.com/yusuke/twitter4j/tree/master/twitter4j-examples/src/main/java/twitter4j/examples/media And please post further question to Twitter4J's mailing list as Twitter4J

Re: [twitter-dev] how can i upload a tweet with a photo?

2010-12-17 Thread Tom van der Woerdt
Hi, Twitter itself does not host any photos for tweets, so this is not implemented in Twitter4j. You should look at (for example) the TwitPic documentation for more information about uploading pictures. Tom On 12/17/10 8:06 AM, aqua wrote: hi all i am using twitter4j api, and i can upload

[twitter-dev] how can i upload a tweet with a photo?

2010-12-17 Thread aqua
hi all i am using twitter4j api, and i can upload a tweet ,but I can not find a function that upload a tweet with photo , somebody can help me? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements