This URL should be the same as the canvas callback URL you entered earlier.
此URL应该与您较早输入的画布回调 URL相同。
The callback URL is set to this servlet's context as it was defined in web.xml.
这个回调url会被保存在这个Servlet的上下文中,就像它在web . xml定义一样。
And by default, callback URL is configured in web.xml which points to localhost.
默认情况下,在指向localhost的web . xml中配置回调url。
Callback URL: input your application's callback URL here, localhost will not work.
Callback URL:在此处输入您的应用程序的回调url,localhost将不起作用。
If everything goes well, Twitter should redirect the user to the callback URL which is set in web.xml.
如果一切都进行得很顺利,Twitter应将用户重定向到在web . xml中设置的回调url。
When I register, I provide a few pieces of information, including a callback URL that will be used as a key.
在注册时,我提供了一些信息,包括将用作关键字的回调url。
The user grants permission by sending some information to Twitter, after which Twitter will invoke my callback URL.
用户通过发送一些信息给Twitter来授予许可,然后Twitter将调用我的回调url。
The Web application also allows you to set a callback URL to which Twitter will redirect after OAuth authentication is successful.
该Web应用程序还支持您设置回调url,在成功进行了OAuth身份验证后,Twitter将重定向到此url。
The first servlet will create a Session object, register a callback URL for Twitter, and shunt the user to Twitter for authentication.
第一个servlet将创建Session对象,为Twitter注册回调url,以及将用户转向Twitter以便授权。
But remember you must set a correct callback URL with Twitter so that it knows where to redirect after a successful OAuth authentication.
但是,记住,您必须为Twitter设置正确的回调url,以便在成功进行了OAuth身份验证后,Twitter知道应该将用户重定向到哪里。
You will need to create a cross-domain communication channel file called xd_receiver.htm and place it in a directory relative to the callback URL.
您将需要创建一个名为xd_receiver . htm的跨域通信通道文件并将其放在一个与这个回调url相关的目录内。
A few have implemented additional constraints in their OAuth 1.0 implementation (such as requiring that the callback URL matches a pre-registered callback URL) to mitigate the risk.
也有一些服务提供方在各自的OAuth 1.0实现中增加了额外的约束(例如限制返回的URL必须同预注册中返回的URL相一致),以此来减轻遭受攻击的风险。
Refer back to Listing 4 now and note that to make an asynchronous callback to the server, you have to know the URL to request.
现在,再回到清单4,注意到为了向服务器进行异步回调,您必须要知道这个请求的URL。
The URL usually includes a "callback" parameter, which is the name of the callback function that you want invoked.
该URL通常包含一个“回调”参数,它是您想要调用的回调函数的名称。
Although it returns a JSONP reply, it doesn't let you define a callback function name in the URL.
尽管返回了JSONP回复,但它不允许您在URL中定义回调函数名。
The object literal stub applied to the constructor records it's interaction with the system under test via local variables url and callback.
通过本地变量url和callback,应用于构造函数的objectliteralstub能够记录它与被测系统的交互行为。
First, assume that your service accepts a parameter called callback in the request URL.
首先,假设您的服务在所请求的URL中接受了一个名为callback的参数。
Finally, the new Photo ID is returned to the callback and appended to the URL in success_action_redirect before the upload form is submitted.
最后,新的Photoid会返回给回调函数,并在上传表单提交之前被附加到success_action_redirect的URL上。
Finally, the new Photo ID is returned to the callback and appended to the URL in success_action_redirect before the upload form is submitted.
最后,新的Photoid会返回给回调函数,并在上传表单提交之前被附加到success_action_redirect的URL上。
应用推荐