search

Home  >  Q&A  >  body text

Android明明可以直接分享,为什么还要用微信开放平台、微博开放平台的sdk?

直接使用Android系统自带的shareIntent不就可以实现分享到微信、微博、qq的功能了。为什么还要用微信sdk、微博sdk这些东西?这些sdk有什么特殊的功能?

PHPzPHPz2771 days ago814

reply all(2)I'll reply

  • PHP中文网

    PHP中文网2017-04-17 17:20:53

    Built-in sharing, such as A sending specified information to B.
    After WeChat SDK and Weibo SDK are shared, A sends C’s information to B, and there will be platform information, such as where it comes from, etc.
    In addition, the WeChat open platform has login and other platform functions in addition to sharing. Weak sharing can use the system's built-in sharing. If sharing is important to your application, accessing the SDK is the best experience.

    reply
    0
  • 高洛峰

    高洛峰2017-04-17 17:20:53

    The answer upstairs is very good. Weak sharing can only simply share text content, while the content that can be shared by the SDK can be interacted with by advanced ones, such as the current warm QR code login, and the interaction between official accounts and APPs.

    reply
    0
  • Cancelreply