My website can post a note or a feed into Facebook and receive noteid or feedid. And now, I need to update a note or feed but i don't know how to do that. Please help me!!! (^~^)
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
A Quick Search Found the Notes API Documentation and led me right to Note Editing. |
|||||
|
|
If you want edit note with Graph API, you need send POST request: https://graph.facebook.com/{NOTE_ID} with both fields: subject and message. If you send only with one param, another in note set as empty |
|||
|
|