Android 总计数+;1';特定后Google plus(Google+;)的股份

Android 总计数+;1';特定后Google plus(Google+;)的股份,android,google-plus,google-play-services,Android,Google Plus,Google Play Services,我正在开发android应用程序,我需要以下功能: 1.我将我的应用程序中的内容发布到google plus,并且google plus应返回我的帖子id。 2.使用帖子id,我想知道我的帖子的喜欢次数(+1)或分享次数 我使用了android sdk中提供的Google Plus应用程序的示例项目。并阅读本指南 但无法找到解决方案。这在FaceBook sdk和Twitter上很容易实现 那么google plus是否提供了一些东西,以便我可以使用post id查找特定帖子的喜欢或共享数量?A

我正在开发android应用程序,我需要以下功能:

1.我将我的应用程序中的内容发布到google plus,并且google plus应返回我的帖子id。

2.使用帖子id,我想知道我的帖子的喜欢次数(+1)或分享次数

我使用了android sdk中提供的Google Plus应用程序的示例项目。并阅读本指南

但无法找到解决方案。这在FaceBook sdk和Twitter上很容易实现

那么google plus是否提供了一些东西,以便我可以使用post id查找特定帖子的喜欢或共享数量?

API方法列出了回复、添加和重新共享的数量。不过,我不确定最初是否能在Android上获得activityId。