Changes from Version 1 of zooomr.auth.getFrob

Show
Ignore:
Author:
bluemonki (IP: 78.86.133.53)
Timestamp:
05/09/08 05:37:16 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • zooomr.auth.getFrob

    v0 v1  
     1= zooomr.auth.getFrob = 
     2 
     3Returns a frob to be used during authentication. This method call must be signed. 
     4 
     5=== Authentication === 
     6 
     7This method does not require authentication. 
     8 
     9=== Arguments === 
     10 
     11api_key (Required) 
     12    Your API application key. 
     13 
     14=== Example Response === 
     15{{{ 
     16{"stat": "ok", "frob": "223f0086-ef11-4be9-8e93-ab137c82197b"} 
     17}}}