Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

How to post video using Twitter Composer? #132

Open
ghost opened this issue May 31, 2018 · 1 comment
Open

How to post video using Twitter Composer? #132

ghost opened this issue May 31, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented May 31, 2018

This is my gradle statement.

compile 'com.twitter.sdk.android:twitter-core:3.1.1'
compile 'com.twitter.sdk.android:tweet-composer:3.1.1'

I use below code for image tweet from my app.

TweetComposer.Builder builder = new TweetComposer.Builder(this.getContext())
.text("First tweet")//pass any tweet message here
.image(Uri.parse(imagePath));//pass captured/picked image URI
builder.show();

So how to post video using TweetComposer? Or is there any other way to post?

@xiedejun
Copy link

I have encountered the same problem, can anyone help

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant