authorization_url: Authorization URL

Description Usage Arguments Value Examples

Description

Build an authorization URL.

Usage

1

Arguments

consumer

A consumer, created by consumer.

request_token

A request token, created by request_token.

Value

An authorization URL.

Examples

1
2
3
4
5
6
7
8
## Not run: 
# Consumer key and secret below are for illustrative purposes only
cns <- consumer("3qxJ4m36ONdmkQxVES9xW5",
                "nOhqxax1vDLElZPXgSzYOWIGWbDTQD1BpegtGPz4sCu")
rtkn <- request_token(cns)
aurl <- authorization_url(cns, rtkn)

## End(Not run)

arcvetkovic/chppr documentation built on May 14, 2019, 9:22 p.m.