Android share intent vs actual Facebook integration

早过忘川 提交于 2019-12-23 04:43:31

问题


I am going to integrate "facebook sharing" into an app. Basically a timeline post with a link and an image and text.

What is the difference between an elaborate Facebook 3.0 integration vs using the Android OS' share intent with certain parameters, where the latter allows users to choose between apps such as Facebook and it just works if the app is configured to use that intent.


回答1:


See this Facebook bug report, I guess you have to do it with the Facebook SDK.

Since they only allow posting a link with the share intent.




回答2:


The only difference will be a one line of code that will work with thousands of different app (and other social network) Vs bloating your app with Facebook SDK, hours of work, pain, bug for a less clean result.

;-)

Edit: The Android Intent will also allow people to share on Twitter, Google Plus, and other websites if they don't like Facebook.



来源:https://stackoverflow.com/questions/16200851/android-share-intent-vs-actual-facebook-integration

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!