Share video on twitter via android app
I successfully shared text/img on twitter with my android application, but now I've need to share VIDEO on Twitter via my app. Is there any possible lib to achieve that? Any suggestions on how to share video on twitter via my application are welcome. PS: A link to some tutorial would be great. Android Developer Improvising the AndroidEnthusiastic's answer,below is working code for Sharing video on twitter via android app File f=new File(filepath); Intent shareIntent = new Intent(android.content.Intent.ACTION_SEND); shareIntent.setType("video/*"); shareIntent.putExtra(Intent.EXTRA_STREAM, Uri