如何使用 WP Rest API v2 创建评论?

Posted

技术标签:

【中文标题】如何使用 WP Rest API v2 创建评论?【英文标题】:How to Create a comment using WP Rest API v2? 【发布时间】:2021-09-24 09:24:25 【问题描述】:

我正在尝试使用POST 请求通过 WP Rest APi v2 创建新评论,该请求对以下网址:

https://www.turboweb.online/wp-json/wp/v2/comments?author_email=admin@admin.com&author_name=alex bhati&content=nice post&post=4002

但是,这是我每次得到的响应:


    "code": "rest_forbidden_param",
    "message": "Query parameter not permitted: author_email",
    "data": 
        "status": 401
    

【问题讨论】:

【参考方案1】:

author_email 字段需要授权才能添加,也许这个答案会有所帮助:WP Rest API not allowing to post anonymous comments through a Laravel request

【讨论】:

以上是关于如何使用 WP Rest API v2 创建评论?的主要内容,如果未能解决你的问题,请参考以下文章

WP REST API 从帖子类型中获取帖子

WP REST API V2 不起作用

Wordpress REST API:如何在 WP REST API JSON 文件中获取“纯文字”内容?

使用 WP-API 节点模块时如何限制返回的 Wordpress REST-API 字段

如何将嵌入查询与 wordpress rest api 一起使用?

Wordpress wp rest api v2 错误 400 (Bad Request)" Object code: "rest_invalid_param", mes