有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

Java Youtube api速率评论

如何评价评论条目? 我知道有一个方法setTotalRating(),但是调用这个方法之后,我必须做什么? 服务插入(某物)


共 (1) 个答案

  1. # 1 楼答案

    更新评论怎么样

    YouTubeService service = new YouTubeService(clientID, developer_key);
    //Done with authentication...blah...blah...blah...
    
    //Done with rating...
    
    //Update
    service.update(new URL(commentURL), commentEntry);