0

XMLRPC: blogger.newPost- Creating a new Post

Posted by Joys of Programming on in PHP, Wordpress, XML-RPC

blogger.newPost is used to create a new post. Unlike wordpress newPost, where you can specify the title of the post, blogger,newPost can be used to post the content It takes the following parameters appkey: ignored (pass some blank value) blogid: the blog where the post is to be added, username, password, content: the contents of [...]

Tags: , , , ,

 
0

XMLRPC: blogger.getUsersBlogs

Posted by Joys of Programming on in PHP, Wordpress, XML-RPC

blogger.getUsersBlogs can be used to get the blogs of the User. It takes the following parameters appkey: ignored (pass some blank value) username, password, The program is something like this On executing It returns various information like whether the user is an admin of the blog, the URL of the blog owned, the blog name

Tags: , , ,

 
0

XMLRPC: blogger.getUserInfo

Posted by Joys of Programming on in PHP, Wordpress, XML-RPC

blogger.getUserInfo is used to get the information of a user. WordPress XMLRPC supports it It takes the following parameters appkey: ignored (pass some blank value) username, password, Let’s take a look at the program On executing the program It gives all the details of the user like first name, last name, nickname, user ID and [...]

Tags: , , ,

 
0

XMLRPC: blogger.getPost

Posted by Joys of Programming on in PHP, Wordpress, XML-RPC

WordPress XMLRPC also supports blogger API. blogger.getPost helps you to get the contents of a Post. blogger.getPost takes the following parameters appkey: ignored (pass some blank value) postid: the id of the post username, password to publish or not (boolean-optional) The Let’s assume that we send a non existent post id as input, You will [...]

Tags: , , ,

 
0

WordPress XMLRPC Tutorial: How to use WordPress XML-RPC?

Posted by Joys of Programming on in PHP, Wordpress, XML-RPC

WordPress XMLRPC provides the following functions. You can check the individual functions or make use of this Simple WordPress XMLRPC example. WordPress API wp.getUsersBlogs wp.getPage wp.getPages wp.newPage wp.deletePage wp.editPage wp.getPageList wp.getAuthors wp.getCategories wp.getTags wp.newCategory wp.deleteCategory wp.suggestCategories wp.uploadFile wp.getCommentCount wp.getPostStatusList wp.getPageStatusList wp.getPageTemplates wp.getOptions wp.setOptions wp.getComment wp.getComments wp.deleteComment wp.editComment wp.newComment wp.getCommentStatusList Blogger API blogger.getUsersBlogs blogger.getUserInfo blogger.getPost blogger.getRecentPosts [...]

Tags: , ,

Copyright © 2009-2012 Joys of Programming All rights reserved.
Desk Mess Mirrored v1.8.1 theme from BuyNowShop.com.