如何在Android中为所有应用程序共享数据(txt或图像....)
例如
Share Data(txt or image ....) in android for all applications
代码不在facebook上进行
Intent sendIntent = new Intent(android.content.Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_TEXT, "This is my text to send.");
sendIntent.setType("text/plain");
startActivity(Intent.createChooser(sendIntent, getResources().getText(R.string.send_to)));
答案 0 :(得分:0)
您只能使用意图共享链接。你需要Facebook Sdk来分享文字或图像