View source: R/gargle_oauth_client.R
oauth_app_from_json | R Documentation |
oauth_app_from_json()
is being replaced with
gargle_oauth_client_from_json()
, in light of the new
gargle_oauth_client
class. Now oauth_app_from_json()
potentially warns
about this deprecation and immediately passes its inputs through to
gargle_oauth_client_from_json()
.
gargle_app()
is being replaced with gargle_client()
.
oauth_app_from_json(path, appname = NULL)
gargle_app()
path |
JSON downloaded from Google Cloud Console, containing a client id and
secret, in one of the forms supported for the |
appname |
name of the application. This is not used for OAuth, but is used to make it easier to identify different applications. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.