【发布时间】:2012-09-05 07:18:15
【问题描述】:
我必须分享数据new_link 以及news_title 我可以分享数据news_link 但我想也分享News_title 与news_link。
请告诉我我将如何做到这一点这是我的代码:
Intent i = new Intent(Intent.ACTION_VIEW);
i.setData(Uri.parse("https://m.facebook.com/sharer.php?u="+news_link+"&_rdr"))
startActivity(i);
【问题讨论】:
-
我不确定。 This 可能对你有帮助。
标签: android facebook android-intent facebook-sharer