Description Usage Arguments See Also Examples
configAccount
Authorizes in Facebook to use tinder App.
Saves corresponding Facebook ID and access token to file.
Has to be done once. After, login
will continue using this info.
1 2 | configAccount(mail, password = getPass("Facebook password:"),
saveAccountFile = paste0(Sys.getenv("HOME"), "/.tinderAccount.R"))
|
mail |
mail to login in Facebook. |
password |
password to login in Facebook. |
saveAccountFile |
string with the file where to save account info. |
login
1 2 3 4 5 6 7 8 | ## Not run:
# When first using Rtinder, we should configure our account.
# It will save (by default) the config file in ~/.tinderAccount.R .
# It wont save any information about the mail and password.
# Nor send it to any server besides Facebook.
configAccount("MY_FB_REGISTERED_MAIL", "MY_FB_PASSWORD")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.