|
Oauth2 moduel
|
impersonated_token | Get token without prompting user (administrative) |
services/oauth2/impersonated_token ΒΆ
Administrative: This method requires a proper Administrative Consumer Key. Contact us to get one.
|
||||||
https://usosapps.wse.edu.pl/services/oauth2/impersonated_token | ||||||
This is a BETA method. We're looking for beta-testers. Until we find them, there's a substantial probability it won't stay backwards-compatible! If you are planning on using this method, please let us know. Then, we will work with you and move it out of beta as soon as we can. Get token without prompting user | ||||||
scopes | required | List of requested scopes | ||||
user_id | optional |
Default value: (access token issuer) ID of user whoose token will be returned |
||||
format | optional |
Default value: json Format in which to return values. See supported output formats. |
||||
callback | optional |
Required only if you've chosen jsonp as a return format. |
||||
Plus required standard OAuth Consumer signing arguments: oauth_consumer_key, oauth_nonce, oauth_timestamp, oauth_signature, oauth_signature_method, oauth_version. Plus optional oauth_token for Token authorization. | ||||||
Returned value: newly created token |