Introduction
Sign up
Examples
Changelog
| 
                         ver. 1926 (dbed1d0) services/apiref services/apisrv services/attrs services/caches services/caches/formatters services/caches/map services/caches/search services/caches/shortcuts services/logs services/logs/images services/oauth services/replicate services/users                      | 
                    
                        
                            Exchange authorized Request Token for an Access Token                                                        
                         | 
                ||||||||||||||||||||
                                    
  | 
                            ||||
| https://www.opencaching.de/okapi/services/oauth/access_token | ||||
| 
                                    
         Exchange authorized Request Token for an Access Token. Access Token can be used to access resources of a user who authorized the Request Token. Standard OAuth "Consumer & Request Token" Authorization arguments are required.  | 
                            ||||
| oauth_verifier | required | Consult OAuth 1.0a documentation for details. | ||
| Plus required standard OAuth Consumer signing arguments: oauth_consumer_key, oauth_nonce, oauth_timestamp, oauth_signature, oauth_signature_method, oauth_version. Plus required oauth_token for Token authorization. | ||||
| 
                                 Returned value: Standard OAuth 1.0a Token response - a string in a form-encoded format: oauth_token=...&oauth_token_secret=... You must be prepared that there might be more parameters returned in the future (you should ignore them gracefully).  | ||||