Sign in or 

| String WPCAPI.generateTicket() | ||||
| This method is overridable and should not be called directly. When the Wetpaint ticket expires for a user that is still logged into your site, a new ticket must be requested before privileged operations are allowed to occur. Minimally, this method should perform an Ajax request to a service which will generate a new ticket for the user. Note that this call should not call the UserService.login call directly. That call requires your credential signature, which should never be made available to the client for security purposes. Instead, have this method call a service on your servers that calls the UserService.login call. | ||||
| Returns a new login ticket for the user. | ||||
Usage
| ||||
|
superwomyn |
Latest page update: made by superwomyn
, Oct 29 2008, 2:05 PM EDT
(about this update
About This Update
1 word added 1 word deleted view changes - complete history) |
|
Keyword tags:
API
function
generateTicket
JavaScript
method
override
More Info: links to this page
|