login: Login to fitbit.com and get cookie

Description Usage Arguments Value Examples

Description

Get the login cookie after login at www.fitbit.com

Usage

1
login(email, password, rememberMe = FALSE)

Arguments

email

Email address used to login to fitbit.com

password

Password used to login to fitbit.com

rememberMe

Value for rememberMe during login, default is FALSE, but changing to TRUE may help with login issues

Value

A string containing the cookie that is returned after login at www.fitbit.com

Examples

1
2
3
4
5
## Not run: 
cookie <- login(email="corynissen<at>gmail.com", password="mypasswordhere")

## End(Not run)
login

corynissen/fitbitScraper documentation built on May 13, 2019, 10:53 p.m.