Is there any API for reading all emails from feedburner subscribers . I want to check remotely using the API without loading the CSV file . (or any other way)
Thank.
Update:
I read emails from a CSV file and I send emails to all verified emails daily after downloading the CSV file from feedburner. Therefore, new users have to wait until I download the updated CSV and run the php script again to send emails. So this is a delay.
So, how can I check emails without downloading a CSV file from feedburner and instantly send emails.
source
share