xcode iOS:可以在 Google Plus 中发送或发布消息

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/9105949/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 23:11:02  来源:igfitidea点击:

iOS: Possible to send or post message in Google Plus

iosobjective-cxcodegoogle-plus

提问by Aldee

In google plus, is there an API to send a message or submit a post in iOS to Google Plus?.. I had already tried reading the google documentation but haven't seen anything that does this.

在 google plus 中,是否有 API 可以在 iOS 中向 Google Plus 发送消息或提交帖子?...我已经尝试阅读谷歌文档,但没有看到任何这样做的内容。

回答by Aldee

OK.. I got it.. It's on their documentation: https://developers.google.com/+/api/.

好的.. 我明白了.. 在他们的文档中:https://developers.google.com/+/api/

Just right after the Google+ API section there's a note that says:

就在 Google+ API 部分之后,有一条注释说:

Note: The Google+ API currently provides read-only access to public data. All API calls require either an OAuth 2.0 token or an API key.

回答by Chirag Shah

It is not possible to write data using the Google+ APIs, but you can use the Google+ share link. https://developers.google.com/+/plugins/share/#sharelink

无法使用 Google+ API 写入数据,但您可以使用 Google+ 共享链接。 https://developers.google.com/+/plugins/share/#sharelink

"The share link is intended for native client applications... and others who may not be able to use the +1 or share button"

“共享链接适用于本机客户端应用程序......以及其他可能无法使用 +1 或共享按钮的人”