How to Access Blogger using PHP and GData Format
October 14th, 2006
If you were like me, you wanted to be able to access Blogger using your own interface. Unfortunately, many Blogger API’s out there still using Atom API, which will be deprecated soon. Google plans to change it using Blogger GData API.
What is Blogger GData API? This is what the guidelines said,
The Blogger data API allows client applications to view and update Blogger content in the form of Google data API (”GData”) feeds. Your client application can use GData to create new blog posts, edit or delete existing posts, and query for posts that match particular criteria.
I will show you how to do that with PHP, using curl and simpleXML functions. So, make sure you have them installed in your PHP.
