Can we post image on twitter using twitter API in Android?

后端 未结 3 1082
北海茫月
北海茫月 2020-12-03 05:34

I had successfully integrate twitter API and I am able to post text from my device but I want to know two things

  1. Is is possible to post Image on twitter usi

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-03 06:29

    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..

提交回复
热议问题