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.

link|improve this question

71% accept rate
feedback

1 Answer

up vote 1 down vote accepted

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 
link|improve this answer
1  
I want to edit page name, website, address, or description some thing like that. – user908798 Aug 24 '11 at 6:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.