gargle (version 0.1.3)

gargle_app: OAuth app for demonstration purposes

Description

Returns an OAuth app that we default to in credentials_user_oauth2(). This makes it easy to test drive gargle before obtaining your own client ID and secret. Once your use of gargle is more than casual, you should create a similar function, but populated with your own credentials, like so:

Usage

gargle_app()

Arguments

Value

An OAuth consumer application, produced by httr::oauth_app().

Examples

Run this code
# NOT RUN {
gargle_app()
# }

Run the code above in your browser using DataCamp Workspace