User contributions
From ePrize Developers Wiki
(Newest | Oldest) View (Newer 50) (Older 50) (20 | 50 | 100 | 250 | 500)
- 06:25, 3 March 2009 (hist) (diff) Fetch token
- 06:24, 3 March 2009 (hist) (diff) Flash ActionScript 3.0 Promotion Library
- 06:21, 3 March 2009 (hist) (diff) Flash ActionScript 3.0 Promotion Library (→promo.register())
- 06:16, 3 March 2009 (hist) (diff) API Events and Logging
- 06:12, 3 March 2009 (hist) (diff) API Request/Response
- 06:10, 3 March 2009 (hist) (diff) API Request/Response
- 06:10, 3 March 2009 (hist) (diff) API Request/Response
- 06:09, 3 March 2009 (hist) (diff) API Request/Response
- 05:34, 3 March 2009 (hist) (diff) API Security
- 23:44, 2 March 2009 (hist) (diff) API Request/Response (→XML media type)
- 23:39, 2 March 2009 (hist) (diff) Redeem token
- 22:55, 2 March 2009 (hist) (diff) Flash ActionScript 3.0 Promotion Library
- 22:55, 2 March 2009 (hist) (diff) Flash ActionScript 3.0 Promotion Library
- 14:22, 2 March 2009 (hist) (diff) Profiles
- 13:36, 2 March 2009 (hist) (diff) API Request/Response
- 13:20, 2 March 2009 (hist) (diff) API Security
- 13:19, 2 March 2009 (hist) (diff) Mail (New page: TODO: explain mail delivery and the headers we enforce. reveal Exact Target? explain templated send model.)
- 13:18, 2 March 2009 (hist) (diff) Games and Awards (New page: TODO: explain games, prizes, limits and token play model. steal from existing docs?)
- 13:17, 2 March 2009 (hist) (diff) Profiles (New page: TODO: explain profile and personally identifiable information. distinguish between safe portions of profile and protected PII.)
- 13:16, 2 March 2009 (hist) (diff) Promotions (New page: TODO: explain what is a promotion for developers building one or for people stumbling upon this site. {apikey} used to identify both a promotion and a security context.)
- 13:13, 2 March 2009 (hist) (diff) Validating CAPTCHA challenge secret (New page: <pre>Request representation: secret: {secret} Response: 200 OK Response if CAPTCHA challenge secret is not correct: 403 Forbidden Response if CAPTCHA validation has already been attempt...)
- 13:12, 2 March 2009 (hist) (diff) Flash ActionScript 3.0 Promotion Library (New page: == Promo.login(email) == == Promo.register() == == Promo.playGame() == == Promo.tellFriend(friendName, friendEmail) == == Promo.setRegField(key, value) == == Promo.getRegField(key) =...)
- 13:05, 2 March 2009 (hist) (diff) Fetch CAPTCHA challenge (New page: <pre>Request representation: empty Response: 200 OK Content-Type: image/png The CAPTCHA challenge secret is embedded in the response in a way that only humans can determine the secret. ...)
- 13:04, 2 March 2009 (hist) (diff) Create CAPTCHA challenge (New page: <pre>Request representation: empty Response: 201 Created Location: /v1/{apikey}/captcha/{challenge-id} Response if CAPTCHA can not be created: 503 Service Unavailable </pre>)
- 13:04, 2 March 2009 (hist) (diff) Send email (New page: <pre>Request representation: profile: {profile}, prize: {prize}, friend: [ [name: {friend-name}, email: {friend-email}], ... ] The prize and friend keys are optional, but if the template ...)
- 13:03, 2 March 2009 (hist) (diff) Fetch prize (New page: <pre>Request representation: empty Response: 200 OK game: {game}, profile: {profile}, name: {prize-name}, actions: [ claim: {prize-center-url} ] Response if token doesn't exist: 404 Not ...)
- 13:03, 2 March 2009 (hist) (diff) Redeem token (New page: <pre>Request representation: redeemed:true Response: 200 OK Entity body same as GET /v1/{apikey}/game/{game}/token/{token} Response if request invalid: 400 Bad Request Entity body descri...)
- 13:02, 2 March 2009 (hist) (diff) Fetch token (New page: <pre>Request representation: empty Response: 200 OK game: {game}, profile: {profile}, redeemed: {redeemed?}, awards: [ {award-url}, ... ], actions: [ redeem: /v1/{apikey}/game/{game}/toke...)
- 13:01, 2 March 2009 (hist) (diff) Award token (New page: <pre>Request representation: profile:{profile} Response: 201 Created Location: /v1/{apikey}/game/{game}/token/{token} Entity body same as GET /v1/{apikey}/game/{game}/token/{token} Respo...)
- 13:01, 2 March 2009 (hist) (diff) Fetch awards (New page: <pre>Response: 200 OK prizes: [ /v1/{apikey}/game/{game1}/prize/{prize}, ... ], tokens: [ /v1/{apikey}/game/{game2}/token/{token}, ... ] Response if profile with UID doesn't exist: 404 No...)
- 13:00, 2 March 2009 (hist) (diff) Fetch unredeemed tokens (New page: <pre>Response: 200 OK tokens: [ /v1/{apikey}/game/{game}/token/{token}, ... ] Response if profile with UID doesn't exist: 404 Not Found </pre> The tokens list may be empty if there aren'...)
- 12:59, 2 March 2009 (hist) (diff) Fetch profile (New page: <pre> Response: 200 OK uid: {uid}, {profilekey}: {profilevalue}, awards: /v1/{apikey}/profile/{uid}/awards, tokens: /v1/{apikey}/profile/{uid}/tokens, {safekey1}:{value1}, {safekey2}:{valu...)
- 12:58, 2 March 2009 (hist) (diff) Fetch profile by key (New page: <pre> Response: 303 See Other Location: /v1/{apikey}/profile/{uid} Response if request contains invalid UTF-8: 400 Bad Request Response if a profile with {key}={value} doesn't exist: 404...)
- 12:57, 2 March 2009 (hist) (diff) Fetch promotions (Replacing page with '<pre> Request representation: empty Response: List of all promotions as /v1/{apikey} resources </pre>')
- 12:56, 2 March 2009 (hist) (diff) Create profile (New page: <pre> Request representation: {profile-key}:{profile-value} {key1}:{value1}, {key2}:{value2}, ... {keyN}:{valueN} Response: 201 Created Location: /v1/{apikey}/profile/{uid} Entity body sa...)
- 12:54, 2 March 2009 (hist) (diff) Fetch promotions (New page: <pre> Request representation: {profile-key}:{profile-value} {key1}:{value1}, {key2}:{value2}, ... {keyN}:{valueN} Response: 201 Created Location: /v1/{apikey}/profile/{uid} Entity body sa...)
- 12:51, 2 March 2009 (hist) (diff) API Debugging (New page: TODO: background on debugging HTTP communication with wireshark, firebug. links to tools. examples of using API with curl.)
- 12:49, 2 March 2009 (hist) (diff) API Home Page
- 12:49, 2 March 2009 (hist) (diff) CAPTCHA (New page: TODO: link to background info on CAPTCHA. show an example of TB2 CAPTCHA. {| | ... Create CAPTCHA challenge || POST /v1/{apikey}/captcha |- | ... Fetch CAPTCHA challenge || GET /v...)
- 12:46, 2 March 2009 (hist) (diff) API Events and Logging (New page: TODO: organize and explain. Add the following request header to any API call: X-eWS-Activity: {activity-name} {activity-name} must be one of: login, register, play)
- 12:45, 2 March 2009 (hist) (diff) API Request/Response (New page: TODO: organize and explain. The client must not assume the format of the canonical profile URL returned in the Location. Other API calls take the entire URL as a profile identifier, so de...)
- 12:42, 2 March 2009 (hist) (diff) API Home Page
- 12:38, 2 March 2009 (hist) (diff) API Security (New page: TODO: organize and explain. Use SSL with basic auth and the {apikey} from a trusted computer or nothing except the {apikey} from an untrusted computer. The {apikey} only gives them access...)
- 03:12, 2 March 2009 (hist) (diff) API Home Page
- 03:07, 2 March 2009 (hist) (diff) API Home Page
- 02:56, 2 March 2009 (hist) (diff) API Home Page
- 02:19, 2 March 2009 (hist) (diff) API Home Page
- 02:18, 2 March 2009 (hist) (diff) API Home Page
- 01:58, 2 March 2009 (hist) (diff) API Home Page
- 00:37, 2 March 2009 (hist) (diff) Main Page
(Newest | Oldest) View (Newer 50) (Older 50) (20 | 50 | 100 | 250 | 500)