How to analyze your Facebook friends network with R

Problem Description: I want to connect via Facebook API in order to get my friends information so that I can analyse my friends' graph. For this reason, I proceed to the following steps: I have created a new Facebook APP from here: https://developers.facebook.com and set it up by default. I used this R code in RStudio to connect to my API: install.packages("devtools") library(devtools) # I used install_github to get the updated version of Rfacebook package install_github("pablobarbera...

25 Apr 2019 ... Problem Description: I want to connect via Facebook API in order to get my friends information so that I can analyse my friends' graph. For this ...

Lee mas