Toast.makeText(context, "Refer Us", Toast.LENGTH_SHORT).show();
Intent sendIntent = new Intent();
sendIntent.setAction(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_TEXT, context.getString(R.string.refer));
sendIntent.setType("text/plain");
((Activity) context).startActivity(sendIntent);
您好,我在Android上使用此分享意图分享简单短信。
具体而言,我可以使用网站电话对Google plus和Facebook执行相同操作。
让我详细说明,我可以在Google +或Facebook上分享内容,其中登录和发布分别由谷歌或Facebook处理,如在Android中?
答案 0 :(得分:0)
是的,这两种服务都具有通过简单网址共享的功能:
Google Plus:https://developers.google.com/+/web/share/#share-link
Facebook:https://developers.facebook.com/docs/sharing/reference/share-dialog#redirect