posting to wordpress.com blog using codeigniter

234 Views Asked by At

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 ?

1

There are 1 best solutions below

2
On BEST ANSWER

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

You should check the corresponding class in CI.