pablobarbera / Rfacebook

Dev version of Rfacebook package: Access to Facebook API via R
http://cran.r-project.org/web/packages/Rfacebook
350 stars 250 forks source link

Error in request due to Object with ID #147

Open rayms opened 6 years ago

rayms commented 6 years ago

I am encountering this error when trying to retrieve posts from a public page:

Error in callAPI(url = url, token = token, api = api) : 
  Unsupported get request. Object with ID '540404695989874_1615521528478180' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api

I tried to search for a solution, but I couldn't find anything. Is this an error with the API or Rfacebook?