fbSetAccount: Set a (permanent) Fb account

Description Usage Arguments Value Author(s) Examples

View source: R/fbSetAccount.R

Description

Produces a folder containing Chrome profile information and saved Fb password and email

Usage

1
fbSetAccount(user, user_path = "Chrome_profile", chrome_ver = 77)

Arguments

user

Your Facebook e-mail (The Fb password is requested once the function is called).

user_path

The location of the folder (folder name included).

chrome_ver

The installed version of Google Chrome. To get the Chrome version go to chrome://version in Chrome's address bar and use the first two digits - e.g. if the version is 73.0.3683.86, just use 73).

Value

A folder in "user_path" containing a Chrome profile ready to access to Facebook.

Author(s)

Moreno Mancosu moreno.mancosu@carloalberto.org, Federico Vegetti vegetti.fede@gmail.com

Examples

1
2
3
user <- "user@domain.org"
user_path <- "C:/Users/Username/Desktop/Chrome_profile"
fbSetAccount(user, user_path)

morenomancosu/fbSim documentation built on Oct. 28, 2020, 3:41 a.m.