login: Login to tinder account

Description Usage Arguments Details See Also Examples

Description

login Loads tinder's facebook access id and token. And checks if can connect.

Usage

1
login(accountFile = paste0(Sys.getenv("HOME"), "/.tinderAccount.R"))

Arguments

accountFile

R file to be sourced, with 'userId' and 'fbAuthtoken' variables.

Details

Sources the selected R file, which must have 'userId' and 'accesstoken' variables. And tests if it can connect to tinder's API.

See Also

configAccount

Examples

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)

jcrodriguez1989/Rtinder documentation built on June 8, 2019, 12:36 p.m.