I created an ios application and want to post a comment to an article and to the comment of this article. But I can't get it work.
Comment an article: I test with the graph "post_id/comments" using the post_id that I found on the page of "Object Debug". I got error "500" when I posted by ios SDK and "{"error":{"message":"An unknown error has occurred.","type":"OAuthException","code":1}}" when I posted by "https://graph.facebook.com/{post_id}/comments"
Post a sub comment to a comment: I used graph "commentID/comments", I got error 400 when I posted by ios sdk, and "{"error":{"message":"(#100) Invalid fbid.","type":"OAuthException","code":100}}" when I posted to "https://graph.facebook.com/{commentID}/comments".
I've been working for a while to get it work but without any luck... Please help !! Thanks in advance!!
