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

getPage() not retrieving "old" publications anymore #150

Open AlexandreMillette opened 6 years ago

AlexandreMillette commented 6 years ago

Hi Pablo,

A colleague and I have been using your package to retrieve some "old" (may 2017) publications on news pages for a few months. Everything worked fine until two weeks ago. At this moment, we can only extract a fraction of the posts that were made.

Since we had some backup files, we tried to extract something we already had, with the same code, to see if the numbers were a match. We dropped from around 900ish posts to 100ish posts.

The coding never changed except for the timeframe (since, until). Any idea on what might be the problem? We are puzzled!

Best regards

ghost commented 6 years ago

Hi Alexandre,

just very recently I ran into a similar problem: the api returns only a fraction of posts made by a page I didn't notice this problem until a couple of weeks ago. I crosschecked with CrowdTangle data, it still shows the posts over at CrowdTangle.

I did some testing, this is what I found out so far:

Did you, @AlexandreMillette, make any progress finding out what's going wrong?

Many thanks

Marvin

ghost commented 6 years ago

I actually did some further research on this and stumbled over these bug reports over at Facebook. There are recent entries that people failing with different methods of pulling data via the Graph API. It seems that Facebook still works on a solution:

First bug report: https://developers.facebook.com/bugs/1440672479284399/ Second bug report: https://developers.facebook.com/bugs/1838195226492053/?hc_location=ufi

andreamamprin commented 6 years ago

Hi @marvinmilatz, now i'm experiencing the same issue. It seems to me there is a cut around 25 december 2017. Is that it?

Thanks.

Andrea.