if (FALSE) {
#Attach package
library(rfacebookstat)
#Get token, where 0000000000000 is id of your app in facebook
tk <- fbAuth(0000000000000)
#Remove user with id 001 and 002 from accounts act_0001 and act_0002
fbDeleteAdAccountUsers(user_ids = c(001,002),
accounts_id = c("act_0001","act_0002"),
api_version = "v2.12",
access_token = "abcdef123456" )
}
Run the code above in your browser using DataLab