login {fitbitScraper}R Documentation

Login to fitbit.com and get cookie

Description

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

Usage

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

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

## End(Not run)
login

[Package fitbitScraper version 0.1.8 Index]