0

我正在尝试使用该Rfacebook软件包从 Facebook 页面中提取今年的所有帖子。

但是,对于我需要的页面,我收到此错误:

"Error in callAPI(url = url, token = token) : 
Unsupported get request. Object with ID 'XXXXX' 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"

这是我使用的命令:

datafb <- getPage('XXXXX', token, n = 1000, since = '2017/01/01', until = '2017/04/01', 
                  feed = TRUE)

我确定该页面存在,因为我可以从我的 Facebook 帐户访问它。此外,令牌是有效的,因为它在我尝试其他页面时有效。

我真的看不出有什么问题。有人有什么主意吗?

4

0 回答 0