Share photo on Google Plus using android sdk not by Share Intent

社会主义新天地 提交于 2019-12-01 11:57:11

This is not possible. Sharing to Google+ must always be user-initiated, which ultimately makes for a better user experience when other users see a share from your app--they know that it has context for them.

The user interaction is actually pretty minimal. Once they hit the Share button, they will be taken to a share dialog that already has the content you have pre-populated. They can add a comment and some people they think would enjoy the post, and that's it.

You can roll your own google plus posts for your app.

https://developers.google.com/+/domains/posts/creating

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