如何在 Google 上发帖 +在安卓应用程序中
我想使用我自己的应用程序(例如应用程序中的脸书集成)在 google plust 上发帖。 Google 已经发布了一些 API 代码。我已经配置了。我能够获取我的帖子列表。效果很好。但现在我想在 google plus 上发帖,但我不知道该怎么做。 有人能帮我吗?
I want to post on google plust using my own app like face book integration in app.
Google has released some api code. I have configured that. I am able to fetch the list of my post. It works fine. ut now I want to post on google plus and I have no clue what to do.
Can anyone help me out ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我现在也在尝试做同样的事情。我想发布一张照片,但根据公共 API,它对于公共数据和用于登录的个人数据是只读的。
查看 Plus 类和 ActivityObjectAttachmentsImage。你可以准备好照片或者直接启动Activity,但是你能insert().execute吗?我看到他们在其他 Google API 调用中就是这样做的
I'm also trying to do the same thing right now. I want to post a photo, but according to the public APIs, it is read-only for public data and personal data for login.
Look into the Plus class and the ActivityObjectAttachmentsImage. You can ready the photos or jsut the Activity, but can you insert().execute? I see that is how they do it in other Google API calls