hi everyone ,
with fabric how can i share a tweet with picture or video , both of theme are url http
thank you .
this is my code i dhare only text :
TweetComposer.Builder builder = new TweetComposer.Builder(context)
.text(cms.getDescription());
builder.show();