Plugins - Combustible
Add to favoritesThe purpose of this plugin is to allow developers to securely and elegantly address the FeedBurner Management API. It uses HTTP Basic Authentication over HTTPS.
*Usage:* An instance of the Combustible class is instantiated, passing feedburner account username and password:
spark = Combustible.new :user => ‘myusername’, :password => ‘mypassword’
The different Management API methods can then be called on this object, NOTE: The method names aren’t exactly mirrored in the plugin, refer to the rest of the docs for exact usage
