The iphone tag has no wiki summary.
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 ...
1
vote
0answers
123 views
Upload iPhone video clips to blog via native WP app
I'm using the WordPress iPhone app, and when I upload video clips to a blog they show up in some browsers and in others not. I'm using a HTML5 video markup as a container for the clips. While mpeg-4 ...
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
...
1
vote
0answers
39 views
wp.getComments is returning nill, when i called from my iphone app
i have called wp.getComments from my iphone app, but its returning nil,,
following r my parameters can anybody tell me where i gone wrong
NSDictionary *DicCommentStructure = [NSDictionary ...