Get Your FeedBurner Reader Statistic Using PHP cURL and the FeedBurner API

My favorite part of the Web 2.0 revolution is the abundance of APIs. Everyone has one: Digg, Feedburner, Pownce, Flickr, Google Maps, etc. FeedBurner provides a sweet “Awareness API” that allows you to pull statistics from your FeedBurner account. Here’s how you do it using PHP cURL. The PHP //open connection $ch = curl_init(); //set … Continue reading Get Your FeedBurner Reader Statistic Using PHP cURL and the FeedBurner API