2012-03-02 43 views
0

我正在開發一個應用程序,我需要評論Facebook上的評論或發佈在牆上的鏈接。我正在使用FBConnect和Graph API for this.I嘗試使用Google長時間搜索,但不能fing任何有用的。 我也使用這個link也沒有幫助。發佈評論的鏈接iPhone

請幫助我。我能夠取得評論,但如何發表評論對於特定評論對我來說是一個挑戰。

謝謝。

回答

0

試試這個: - 對於「如何發表評論該特定評論/供稿

NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:@"Your Comment text here.", @"text",@"Comment_object_id", @"object_id",nil]; 
  [facebook requestWithMethodName:@"comments.add" andParams:params andHttpMethod:@"POST" andDelegate:self]; 
+0

嗨, 感謝幫助。但是什麼是Facebook在[Facebook的requestWithMethodName類型:@」」。 ..]。 – 2012-03-02 08:22:44