使用 OAuth 访问令牌访问 SOAP 服务?
我目前正在尝试通过 Chrome 扩展程序访问 Google 服务。我的理解是,对于 JS 应用程序,Google 的首选身份验证机制是 OAuth。我的应用程序目前已成功…
通过 Zip Google Geocode Api 查找城市和州
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
通过扩展属性进行 Google API 联系人查询
我已使用名为 extcod 的外部代码属性将联系人从我的应用程序上传到 Google 通讯录。 ExtendedProperty property = new ExtendedProperty() property.N…
如何在没有凭据的情况下以编程方式从 Gmail 地址确定 Google 帐户 USERID 令牌?
我正在使用 Google Books API 开发一些东西,但我认为这可以推广到许多 Google API。 假设我有一个具有社交功能的应用程序,我可以在其中添加朋友并查…
php 中的 json null 错误帮助
我收到“json is null”错误 我的 php 文件: <?php if (isset($_REQUEST['query'])) { $query = $_REQUEST['query'] $url='https://www.googleapis…
谷歌相当于雅虎!老板
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
是否有任何 API 可以从 feedburner 读取所有订阅者电子邮件
是否有任何 API 可以读取来自 feedburner 订阅者的所有电子邮件。我想使用 API 进行远程检查,而不下载 CSV 文件。 (或者如果有其他方式) 谢谢。 Up…
Google Documents List API - 检索文档列表时出现问题
我想从 google docs api 获取我的文档列表。首先,我使用 ClientLogin 获取 authValue,然后向该网址发送请求 https://docs .google.com/feeds/docume…
google API可以使用.NET dll吗
我有一个 .NET dll,它包装 SQL 数据库来查询数据库。 SQL 中的数据必须使用此 .NET dll 在 Google 电子表格中显示。 有没有办法在Google电子表格中调…
我可以在 Google Loader 运行后运行 JavaScript 函数吗?
我正在使用 google.load() 加载 Google API,我需要处理它构建的一些内容,但我需要在 JavaScript 完全加载后运行它,有没有办法确保这种情况发生? …
为什么我不能通过 URL 使用 SimpleGeo?
通过 Google Places API 搜索接收 JSON 数据。 因此,Google Places API 允许我使用简单的“https://maps.googleapis.com/maps/api/place/search/json…