我成功地使用以下格式对 Facebook 帖子发表评论:
fb.Post("owner_id" + "_" + "post_id" + "/comments", message).
但用于 facebook 照片(例如:this)
fb.Post("362298920480255_423909524319194/comments",message);
我收到了这个错误:#100 : error finding the requested story.
我怎样才能解决这个问题?
我正在使用 .Net 4.0 和 Facebook c# sdk v6。