Question

I can able to update the page profile info using Graph API with manage_pages permission and as a manager of the page. But I am experiencing the problem in editing the following fields. Can anyone help me.

name, category(Base and sub category), price range & payment options

on editing email & category it's returning error Parameters do not match any fields that can be updated, on price_range Application does not have permission for this action.

I could not find any permission name to allow price_range editing.

Kindly suggest me if there is any other API to edit these fields.

Was it helpful?

Solution

No, Currently Facebook Graph API supports update for general information. Hope surely Facebook will provide support in the upcoming versions.

reference : https://developers.facebook.com/docs/graph-api/reference/page/

OTHER TIPS

I think the Graph API doesn't support updates for these fields.

The Page reference for Graph API says that you can update Page's basic attributes by issuing an HTTP POST request to PAGE_ID with Page Access Tokens. It lists a bunch of arguments that it supports, which are: about, description, general_info, website, phone.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top