2011-12-13 66 views

回答

3
Intent i = new Intent(Intent.ACTION_VIEW); 
i.setData(Uri.parse("http://www.facebook.com/dialog/feed?app_id=YOUR_APP_ID&redirect_uri=REDIRECT_URI"); 

它適用於我。

將您的appid和重定向的uri添加到上面的url。

+0

+1爲好答案:) – mAc

0

請參考這個問題:對於Facebook Android and Facebook share intent

份額意圖已被打破很長一段時間。他們還沒有完全解決它。

+0

在這個鏈接在Facebook上共享內容是由ACTION_SEND意圖,但我想通過ACTION_VIEW意圖來做到這一點。 – Dipali

相關問題