所有的请求都需要带有有效的访问令牌。
记下访问令牌和访问令牌secret。
你能推荐一个方法来生成访问令牌?
授权过程后,客户端收到一个访问令牌。
After the authorization process, the client receives an access token.
在实际应用中,您可能会在数据库中保存访问令牌。
In a real world application, you will probably save the access token in a database.
我得到错误,并说我必须指定的访问令牌。
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.
按照离线访问指南,为此获取长期访问令牌目的。
Follow the Offline access Guide to get a long-lived access token for this purpose.
访问令牌路径:/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:访问令牌与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.
应用推荐