使用codeigniter发布到wordpress.com博客

时间:2022-10-06 19:21:11

Hi I am trying to develop an app that could post to wordpress from my website…..is there any way that I can use something like oauth to authenticate visitors on wordpress and then post to the wordpress.com blog ?

嗨,我正在尝试开发一个可以从我的网站发布到wordpress的应用程序...... ..有什么方法可以使用像oauth这样的东西来验证wordpress上的访问者,然后发布到wordpress.com博客?

1 个解决方案

#1


4  

You can do this through XML-RPC interface to wordpress.com, but your users must provide their login information, such as Flickr.

您可以通过wordpress.com的XML-RPC接口执行此操作,但您的用户必须提供其登录信息,例如Flickr。

You should check the corresponding class in CI.

您应该检查CI中的相应类。

#1


4  

You can do this through XML-RPC interface to wordpress.com, but your users must provide their login information, such as Flickr.

您可以通过wordpress.com的XML-RPC接口执行此操作,但您的用户必须提供其登录信息,例如Flickr。

You should check the corresponding class in CI.

您应该检查CI中的相应类。