so i have a problem in updating a post using my app sending this link via post gives me a problem
https://graph.facebook.com/{post-id} => post data are: {message:"a new updated message"}
it returns this JSON code requiring me to specify 'reorder_pids' paramter.
{"error":{"message":"(#100) The parameter reorder_pids is required","type":"OAuthException","code":100}}
I'am trying this out at Facebook Graph API Explorer and its not working. when i try to specify a vale to reoder_pids it stil throws an error that said 'reorder_pids' must be an array.
what is the workaround for this problem? did i do something wrong on my POST parameter request?