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

后端 未结 3 1084
北海茫月
北海茫月 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:06

    Yes you can post image on twitter using Twitter api like twitter4j but I will suggest you to do using HttpPost class and DefaultHttpClient class because its good in practice and you dont need to add any external twitter api to it.

提交回复
热议问题