fbSimLikes: Show pages that are liked by a public Facebook page and...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/fbSimLikes.R

Description

Show posts of a public Facebook page, by returning a data frame in which are collected the name of the page and the identifier. The function needs a valid profile Chrome folder (see fbSetAccount for more information)

Usage

1
fbSimLikes(page_id, user_path, chrome_ver = 77)

Arguments

page_id

The public likes of the Fb page to be shown.

user_path

The location of the profile 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 dataframe with information on public pages.

Author(s)

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

See Also

setFbAccount

Examples

1
2
3
page_id <- "116716651695782" #Silvio Berlusconi's official page ID
user_path <- "C:/Users/Username/Desktop/Chrome_profile"
data <- fbSimLikes(user_path, page_id)

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