我试图使用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帐户访问它。 此外,令牌有效,因为它在我尝试其他页面时有效。
我真的看不出有什么问题。有没有人有任何想法?