Tagged Questions
0
votes
1answer
76 views
How to list the updates using wordpress xml-rpc methods
can any one tell me , how can i list the updates using wordpress xml rpc methods , like how we list posts and comments using wp.getPosts and wp.GetComments, i have searched for the method but i didnt ...
1
vote
0answers
101 views
which plugin should i install to use these XML-RPC methods
Can any one tell me which plugin should i install to access these XML-RPC methods,
// - Demo
0115
'demo.sayHello' => 'this:sayHello',
0116
...
0
votes
1answer
116 views
metaWeblog.getRecentPosts is returning nothing in my iphone app
metaWeblog.getRecentPosts is returning nothing in my iphone app, follwong is my objective c code to call that method,xml-rpc wordpress methods like wp.getUsers are working fine, but the methods ...
0
votes
1answer
192 views
wp.getUsers XML-RPC method is returning only 50 users, how can i get all the users
In my iphone app i am trying to list out all the users using the wp.getUsers XML-RPC method, but its not returning all the users, in that blog i have around 180 members , but it has returned only 50 ...