« Google AdSense Referrals, an investment for the future ? | Main | pLog become LifeType blogging plateform »

FeedBurner Feed Management API

Panayotis pointed me to a PHP class to manage FeedBurner Feed API. A simple implementatin of the FeedBurner Management API. The PHP class allow simply to Find Feeds, Get Feed, Add Feed and Delete Feed. Which could be easily integrated as plugin in blogging software to make its usage more easy.

// First create a new instance $fb = new FeedBurner_Mgmt() ; /* Set your feedburner.com username and password (Visit http://feedburner.com/ to create an account if you do not have one) */ $fb->auth('yourusername','yourpassword') ; /* Try to burn a new feed. Read http://www.feedburner.com/fb/a/api/management/docs on how the XML must be formated */ $x = $fb->AddFeed(' ') ; echo "AddFeed Returned:
" ;
print_r($x) ;
echo "
" ;

Note that the Class require PHP and Curl extension installed. Users that have a PRO account at Feedburner can also benefit from the Feedburner’s Feed Awareness API, which allow them to integrate feed stats to their applications. You can check the sample script of using the awareness API. The scripts are under GPL license.

Bookmark this article at these sites
Post a comment





(Email will remain hidden)





Please enter the security code you see here




Related entries
Email to a friend
Email this article to:


Your email address:


Message (optional):