0

我的代碼從Facebook獲取消息..此代碼提取評論以及id喜歡和評論喜歡..我需要單獨獲取名稱和評論.. 謝謝你在提前請幫助我..單獨從Facebook顯示評論帖子ID iOS

NSString *url1 = [NSString stringWithFormat:@"10203405506644140/comments"];    
[FBRequestConnection startWithGraphPath:url1 
           parameters:NULL 
           HTTPMethod:@"GET" 
          completionHandler:^(FBRequestConnection *connection, id result, NSError *error) { 


         FBGraphObject *postDetails = result; 
         NSLog(@"--comments--->%@",postDetails); 

回答

相關問題