Skip to content

Error "type field is deprecated for versions v3.3 and higher" #192

@sertal70

Description

@sertal70

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions