Files
oc-server3/htdocs/okapi/services/oauth/access_token.xml
2014-10-08 10:06:07 +02:00

21 lines
887 B
XML

<xml>
<brief>Exchange authorized Request Token for an Access Token</brief>
<issue-id>21</issue-id>
<desc>
<p>Exchange authorized Request Token for an Access Token.
Access Token can be used to access resources of a user who
authorized the Request Token.</p>
<p>Standard OAuth "Consumer &amp; Request Token" Authorization arguments
are required.</p>
</desc>
<req name='oauth_verifier'>
Consult <a href='http://oauth.net/documentation/spec/'>OAuth documentation</a> for details.
</req>
<returns>
<p>Standard OAuth 1.0a Token response - a string in a form-encoded format:</p>
<pre>oauth_token=...&amp;oauth_token_secret=...</pre>
<p>You <b>must</b> be prepared that there might be more parameters returned
in the future (you should ignore them gracefully).</p>
</returns>
</xml>