user908798
user908798

Reputation: 698

Edit Facebook Page Info using Graph API

I want to edit Facebook page info using Graph API. Every time I update on my website, I want automate update info of my Facebook Page.

Upvotes: 4

Views: 450

Answers (1)

Eddy Chan
Eddy Chan

Reputation: 1161

You can post a status message on a Page by issuing an HTTP POST request to PAGE_ID/feed with the publish_stream and manage_pages permissions and the following parameters.

Parameter   Description            Type     Required
message     Status Message content string   yes 

Upvotes: 1

Related Questions