Is there any API for reading all emails from feedburner subscribers. I want to check remotely using an API without downloading CSV file. ( or if any other way )
Thank You.
Update:
I am reading email from CSV file and i am sending emails to all verified emails everyday after downloading the CSV file from feedburner. So new users has to wait until i download a newly updated CSV and again run my php script to send emails. So it getting delay.
So how can i check emails without downloading CSV file from feedburner and send a email instantly.