Skip to content

Commit 6a38360

Browse files
committed
fixed typo for oauth_app parameter- secret
fixed typo for oauth_app parameter- secret
1 parent b83d183 commit 6a38360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3_GETDATA/Getting and Cleaning Data Course Notes.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ $\pagebreak$
293293
* each row corresponds to a line of the data you received
294294
* **GitHub example ([tutorial](https://github.com/hadley/httr/blob/master/demo/oauth2-github.r))**:
295295
* `library(httr)`
296-
* `myapp <- oauth_app("github", key = "clientID", secrete = "clientSecret")`
296+
* `myapp <- oauth_app("github", key = "clientID", secret = "clientSecret")`
297297
* an application must be registered with GitHub first to generate the client ID and secrets
298298
* `github_token <- oauth2.0_token(oauth_endpoints("github"), myapp)`
299299
* `oauth_endpoints()` = returns the the authorize/access url/endpoints for some common web applications (GitHub, Facebook, google, etc)

0 commit comments

Comments
 (0)