0

是的,它是什么,它去哪儿了?我看到这样的例子:

    For example, the following example shows the request and the collection returned in the response:

GET https://www.googleapis.com/analytics/v3/management/accounts
Authorization: /* YOUR_OAUTH_ACCESS_TOKEN */

来自http://code.google.com/intl/es-ES/apis/analytics/docs/mgmt/v3/mgmtRest.html

我完全迷失在这里!我应该如何在那里输入访问令牌?还有,这是什么?我的谷歌 API 密码?

4

2 回答 2

0

你必须用codeORaccess token 交换,如果你想得到它,refresh token.

然后,您使用access token或调用选择的 google api refresh token

请参阅以下教程:

使用 OAuth 2.0 进行身份验证以使用 PHP 访问 Google API

使用 OAuth 2.0 访问令牌的 Google API 请求

使用 OAuth 2.0 刷新令牌的 Google API 离线访问

于 2012-04-07T12:51:24.713 回答
0

在此处查看有关将 OAuth 与 Google 服务结合使用的更多信息。

更新:本文提供了调用 GA API 的分步说明。

于 2012-04-06T18:22:55.823 回答