Changes from Version 1 of zooomr.auth.getToken

Show
Ignore:
Author:
bluemonki (IP: 78.86.133.53)
Timestamp:
05/11/08 18:15:33 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • zooomr.auth.getToken

    v0 v1  
     1= zooomr.auth.getToken = 
     2 
     3Returns the auth token for the given frob, if one has been attached. 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. See here for more details. 
     13frob (Required) 
     14    The frob to check.  
     15 
     16=== Example Response === 
     17{{{ 
     18{"stat": "ok", "auth": {"_content": {"perms": "write", "token": "Z01:TOKENSTRINGHERE", "user": {"username": "bluemonki", "fullname": "bluemonki", "nsid": "13205@Z01"}}}} 
     19}}}