Reputation: 437
I use twitter4j library to tweet but i cannot handle how to upload an image without any other service like TwitPic,yFrog etc.
Is twitter4j supports this, or do i have to use other services?
Upvotes: 3
Views: 1958
Reputation: 2318
You need to modify the twitter4j code slightly.
There is an explanation here: http://sholtz9421.wordpress.com/2011/10/29/using-update_with_media-with-twitter4j/
Upvotes: 2