Advertisement
Guest User

Untitled

a guest
Mar 9th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. String username = args[0];
  2. String password = args[1];
  3. String xmlRpcUrl = args[2];
  4. Wordpress wp = new Wordpress(username, password, xmlRpcUrl);
  5. List<Page> recentPosts = wp.getRecentPosts(10);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement