Changes from Version 1 of zooomr.auth.getFrob
- Timestamp:
- 05/09/08 05:37:16 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
zooomr.auth.getFrob
v0 v1 1 = zooomr.auth.getFrob = 2 3 Returns a frob to be used during authentication. This method call must be signed. 4 5 === Authentication === 6 7 This method does not require authentication. 8 9 === Arguments === 10 11 api_key (Required) 12 Your API application key. 13 14 === Example Response === 15 {{{ 16 {"stat": "ok", "frob": "223f0086-ef11-4be9-8e93-ab137c82197b"} 17 }}}
