在Android中将数据共享到Facebook

时间:2012-09-05 07:18:15

标签: android facebook android-intent facebook-sharer

我必须共享数据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);

1 个答案:

答案 0 :(得分:0)

我认为此链接可以帮助您: Facebook and twitter share for mobile web 你只需要为标题提供“t”参数(当facebook API没有错误时)