所有的请求都需要带有有效的访问令牌。
我得到错误,并说我必须指定的访问令牌。
The POST Facebook login request must specify the access token in the body of the request.
这是因为目前Twitter 的访问令牌还没有到期。
This is because currently an access token from Twitter does not expire.
成功确认之后,服务提供商颁发访问令牌来访问受保护资源。
Upon successful validation, the service provider issues the access token to access the protected resources.
访问令牌路径:/uas/oauth/accessToken
OAuth定义了两种类型的令牌:请求令牌和访问令牌。
OAuth defines two different types of Tokens: Request and Access.
如清单1所示,可以从token . txt获得用户的访问令牌。
As you can see from Listing 1, the user's access token can be retrieved from token.txt.
这打破了我的测试,因为我没有访问令牌传递给REST服务。
This breaks my tests because I do not have access tokens to pass to the REST services.
在本例中,用户的访问令牌以纯文本文件的形式存储,它还可以在将来重用。
In this example, the access token is stored in a plain text file for the user. It can be retrieved for future usage.
我可以返回客户机的访问令牌,用它来计算每个请求前授权头吗?
Could I return the access token to the client and have use it to calculate an Authorization header before each request?
哪个API我需要调用访问令牌,消费者的关键,消费者的秘密吗?
Which API I need to call to get Access Token, Consumer Key, Consumer Secret?
我怎样才能让我的应用程序的访问令牌,所以我可以张贴在一页一页?
How can I get the access token of my app so I can post on a page as a page?
我看到有人实施2条腿只允许客户(消费者)发送一个空的访问令牌。
I have seen people implementing 2-legged by just allowing the client (consumer) to send an empty access token.
如果您返回到Twitter,则会获得更好的用户体验,因为访问令牌可以被重用。
If you are a returning user, you have a better user experience since the access token can be reused.
我们的终极目标终于完成啦!得到访问令牌之后,可以“解锁”许多API功能。
Our ultimate goal has been finally achieved! We managed to acquire the access token that will "unlock" several API features.
用户的访问令牌不再以明文形式的文件保存,而是保存在GAE的数据存储中,这有别于传统的数据库。
The user's access token is no longer saved in a plain text file but in GAE's datastore, which is different from a traditional database.
OAuth握手完成之后,访问令牌颁发,客户可以使用这个访问令牌代表用户访问受保护的数据。
After the OAuth handshake completes, the access token is issued and the consumer can use the access token to access the protected resources on behalf of the user.
增加访问令牌繁忙值就可以允许更多的请求通过,并降低繁忙错误产生的几率,因此提高了系统整体的可靠性。
Increasing the Access Token timeout allows more requests through and reduces the number of timeout errors, thereby increasing overall reliability.
当一个进程被初始化时,用户子系统要求进入安全子系统,以确认进程安全访问令牌中分配的桌面诚信级别。
When a process is initialized, the User subsystem calls into the security subsystem to determine the desktop integrity level assigned in the process security access token.
在与客户的访问令牌访问权限有关联范围,它定义了访问授权的客户拥有资源所有者的程度(用户的)资源。
The access permissions associated with the client's access token have a scope, which defines the degree of access authorization the client has for the resource owner's (the end user's) resources.
我想写一个服务,我想定期轮询的变化我可以使用刷新标记以获得新鲜的访问令牌每次当前访问令牌会失效。
Suppose I'm writing a service and I want to periodically poll for changes I can just use refresh token to get fresh access tokens every time the current access token gets invalidated.
要获取第二对密钥(访问令牌和访问令牌secret),点击MyAccessToken按钮,它在图7中已经被标记出来了。
To get the second key pair (access token and access token secret), click the My access token button that's circled in red in Figure 7.
一个访问令牌和一个访问令牌secret:访问令牌与secret结合使用来签署搜索应用程序发送到TwitterWeb服务的请求。
An access token and an access-token secret: the access token in conjunction with the secret will be used to sign the requests the search application sends to the Twitter web service.
注册成功后,您将获得一个使用者密钥、使用者机密(secret)和3个URL(请求令牌url、访问令牌url和授权url)。
If your registration is successful, you will get a consumer key, a consumer secret, and three URLs (the request token URL, access token URL, and authorize URL).
名为updatestatus (intuserId,Stringstatus)的新更新方法使用了存储的访问令牌(参见清单3)。
A new update method called updateStatus int userId, String status makes use of the saved access token see Listing 3. In the main method, comment out the line tt.updateStatus " studying."
如果成功了(在这种情况下,Twitter返回了PIN),就会获得一个访问令牌,客户端可使用此访问令牌代表用户更新Twitter状态。
If it is successful (in this case, the PIN returned by Twitter), it will get an access token with which the client can update the Twitter status on the user's behalf.
成功注册了应用程序后,您将获得一个使用者密钥、使用者机密和3 个URL(请求令牌URL、访问令牌 URL 和授权 URL)。
Once you have registered your application successfully, you will get a consumer key, a consumer secret, and three URLs (request token URL, access token URL, and authorize URL).
FacebookSDK forAndroidauthorize方法实现OAuth 2.0User - agent流,以检索一个访问令牌,用于后续的API请求中。
The Facebook SDK for Android authorize method implements the OAuth 2.0 User-Agent flow to retrieve an access token for use in subsequent API requests.
TwitterSearchConnector需要两对密钥(consumerkey、consumersecret、访问令牌以及访问令牌secret)和在第一个UI表单中输入的搜索关键词(图1)。
Your TwitterSearchConnector needs the two pairs of keys (consumer key, consumer secret, access token, and access token secret) and the search keyword that's entered in the first UI form (Figure 1).
TwitterSearchConnector需要两对密钥(consumerkey、consumersecret、访问令牌以及访问令牌secret)和在第一个UI表单中输入的搜索关键词(图1)。
Your TwitterSearchConnector needs the two pairs of keys (consumer key, consumer secret, access token, and access token secret) and the search keyword that's entered in the first UI form (Figure 1).
应用推荐