I’ve looked all over for some documentation on this, but haven’t found it. Some posts reference a user-agent string:
I had assumed there would be an API or something. More generally, how does ANY rss feed reader/aggregator (like Bloglines, etc) report subscriber numbers to Feedburner?
I’m working on developing a new app that would need this functionality.
Thanks for your help!
Brian
As you discovered in your link, you put the subscriber count in your user-agent, then you contact the Feedburner Support Group and tell them what format you will be using.
The consensus format is something
The optional feed identifier is typically used if you run several different services, and fetch the feed separately for each one; e.g. if you have a mail service and a web-based reader service, with different subscribers, then you might either use:
on request for the mailer, and
on the request for the website; or use
if your system makes only one request for both services…
You will usually need to specify what IP addresses are authorised to request the feed with that user-agent, as well.