Questions tagged [rfacebook]

Use this tag for question about using rfacebook - R package to access Facebook's API

rfacebook - R package allow to access Facebook's API

to get information about public pages, groups, and posts, as well as some of the authenticated user's private data.

Github: https://github.com/pablobarbera/Rfacebook

33 questions
0
votes
1 answer

Fetching Public Profiles of any facebook user

Is there a way to get the public profile data ( Name, age, Gender) for any facebook user. I know Previously we can just use this - http://graph.facebook.com/USER_ID?fields=id,name,gender,link,picture&type=large But Now they have changed their API.…
user7141294
0
votes
1 answer

Rfacebook package. getPost and view

I am running the following code in R using Rfacebook package: post <- getPost("155725841111588_10205062323825088", n=2000, token=my_oauth) View(post) gave me the following error message: Error in View : arguments imply differing number of rows: 1,…
0
votes
1 answer

Admin role is not recognized in Facebook app in R with the Rfacebook package

I have created my first Facebook app in R. Its purpose is solely to retrieve marketing data from my Facebook pages. So far I have created this (no authentication problems): require("Rfacebook") load("fb_oauth") ## Start retrieving insight from…
Tobias van Elferen
  • 449
  • 1
  • 4
  • 11
1 2
3