pub fn create_request_token_request(
uri: Uri,
callback: Option<Uri>,
consumer: ConsumerCredentials,
extra_params: Box<[Parameter]>,
) -> Result<OAuthRequest, Box<dyn Error>>Expand description
Creates an OAuthRequest to acquire a request token
If callback is none, sets oauth_callback to oob