我必须共享数据new_link
以及news_title
我能够共享数据news_link
但我想与News_title
分享news_link
。< / p>
请告诉我我将如何操作这是我的代码:
Intent i = new Intent(Intent.ACTION_VIEW);
i.setData(Uri.parse("https://m.facebook.com/sharer.php?u="+news_link+"&_rdr"))
startActivity(i);
答案 0 :(得分:0)
我认为此链接可以帮助您: Facebook and twitter share for mobile web 你只需要为标题提供“t”参数(当facebook API没有错误时)