java - I cannot get published blog post with wp.getRecentPosts(int) -
i using xml-rpc , jwordpress view site posts.
when utilize next code:
wordpress wp = new wordpress(username, password, xmlrpcurl); list<page> recentpost = wp.getrecentposts(10); it returns drafts. how can retrieve published posts jwordpress?
best thing utilize json api. install json on wordpress site or blog , json library java (or gson) can posts , many more stuff site/blog. that's easiest way think.
java xml-rpc
No comments:
Post a Comment