Description Usage Arguments Details See Also Examples
login
Loads tinder's facebook access id and token. And checks if can
connect.
1 | login(accountFile = paste0(Sys.getenv("HOME"), "/.tinderAccount.R"))
|
accountFile |
R file to be sourced, with 'userId' and 'fbAuthtoken' variables. |
Sources the selected R file, which must have 'userId' and 'accesstoken' variables. And tests if it can connect to tinder's API.
configAccount
1 2 3 4 5 6 | ## Not run:
# Check if can connect to tinder.
# login() must be executed each time we load Rtinder library.
login()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.