Orhun Mert Simsek
Orhun Mert Simsek

Reputation: 437

How to upload an image to Twitter by using pic.twitter.com on Android

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

Answers (1)

Andrew Dyster
Andrew Dyster

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

Related Questions