Android share intent vs actual Facebook integratio

2019-06-10 01: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.

2条回答
干净又极端
2楼-- · 2019-06-10 01:52

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.

查看更多
何必那么认真
3楼-- · 2019-06-10 02:01

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.

查看更多
登录 后发表回答