Hi all,
we are trying to retrieve posts from our public page using getPage function, but it returns the following error:
fb_page <- getPage(page="1234567890", token=fb_oauth, n=1)
Error in callAPI(url = url, token = token, api = api) :
(#12) type field is deprecated for versions v3.3 and higher
If we try forcing an older API version, the function still returns an error but with a differet message:
fb_page <- getPage(page="290577099409346", token=fb_oauth, n=1, api = 12)
Error in callAPI(url = url, token = token, api = api) :
Unknown path components: /290577099409346/posts
Has anyone run into the same issue? How could we sort it out?
Thanks!
Hi all,
we are trying to retrieve posts from our public page using
getPagefunction, but it returns the following error:If we try forcing an older API version, the function still returns an error but with a differet message:
Has anyone run into the same issue? How could we sort it out?
Thanks!