Hello, i’m wonder if there anyway posible to share a GIF using the TweetComposer.
Intent intent = new TweetComposer.Builder(this)
.text(mencionGIF)
.image(Uri.fromFile(gif2))
.createIntent();
startActivityForResult(intent, 0);
I try to do this and i works for a while i think, but suddenly it stop working, maybe i’m wrong and it never actually work.