Share photo/video via facebook, twitter android intent error occurred

Posted by flybyword on Stack Overflow See other posts from Stack Overflow or by flybyword
Published on 2011-11-10T03:57:39Z Indexed on 2011/11/22 1:51 UTC
Read the original article Hit count: 431

Filed under:
|
|

I have a problem when share from my app android via to facebook, twitter, gmail.

Code:

Intent share = new Intent(android.content.Intent.ACTION_SEND); share.setType("image/video");

share.putExtra(Intent.EXTRA_STREAM, Uri.parse(mediaPath)); startActivity(Intent.createChooser(share, "Share"));

Share to gmail is OK. But when share, upload photo/video to facebook or twitter so error occurred. Pls help me!

© Stack Overflow or respective owner

Related posts about android

Related posts about facebook