API: oauth2/auth method
Name | Information |
---|---|
response_type | This parameter must be set to code. |
client_id | Your Consumer Key. |
redirect_uri | URI to redirect to after the authentication. Please read the Guide for more details. |
state | Any string. You may set this value to any value, and it will be returned after the authentication. It might also be useful to prevent CSRF attacks. |
scope | Needed to access protected methods. Most users must leave this blank. Multiple scopes are separated by space. |
Zuletzt aktualisiert: 15. Apr. 2016, 18:31 Uhr.