I had successfully integrate twitter API and I am able to post text from my device but I want to know two things
Is is possible to post Image on twitter usi
Is is possible to post Image on twitter using API in Android ?
Yes you can upload Images to Twitter after successful Authentication Using Twitter Media Uplload.
In twitter we used OAuth.OAUTH_TOKEN and OAuth.OAUTH_TOKEN_SECRET tokens.I passing token values on second argument in below code is it ok ? or I have to leave it blank ?
You should add both Token and Token Secret Key it will be useful for setTokenWithSecret
methos of Tiwtter in which you have to send both Token and Token Secret..