我想从一个网站创建和更新wordpress帖子,该帖子会自动发布到另一个wordpress网站。我已尝试在wordpres 4.7+中使用REST API,但我不断收到以下消息
{"code":"rest_cannot_create","message":"Sorry, you are not allowed to create posts as this user.","data":{"status":401}}
关于如何解决这个问题的任何想法?
由于
答案 0 :(得分:0)
我可以使用基本身份验证从localhost创建一个帖子到live wordpress博客。所以我认为你可以从另一个wordpress网站远程发布一个wordpress博客。我使用php file_get_contents和cURL,两者都有效。 您可以尝试这种方法 http://www.wpsaga.info/wp-rest-api-create-post-with-php-curl/