Google plus:将链接、视频、图片分享到 google plus。不工作?

Google plus: Share links, video, picture to google plus. Not working?

我目前正在尝试创建一个应用来与 Google Plus 分享链接、图片或视频。我在此处看到了 Google Plus 开发人员关于共享的文档:Sharing to G+ from your app

并实现了部分代码:

      Intent shareIntent = new PlusShare.Builder(this)

我的 IDE 无法解析 PlusShare,因为它已被弃用,如下所述:Plus API deprecation notes.

任何人都可以 post 解决方法,因为我找不到任何示例代码来说明如何在不使用已弃用代码的情况下共享到 G+。

谢谢!

无法以编程方式将 post 转换为 google+ wall/stream。您只能对 google 数据发出 GET 请求。