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. 回答1: 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