wearethoughtfox / amnesty-facebook

0 stars 0 forks source link

Investigate storing user data in Engaging Networks #17

Closed robertocarroll closed 7 years ago

robertocarroll commented 7 years ago

http://support.engagingnetworks.net/en-categories/data-api

The import API is set up so that clients can "push" their user data files to the Engaging Networks software automatically, by submitting standard https multipart POST method, using the URL:

https://www.e-activist.com/ea-dataservice/import.service

Can we export to CSV and post to this url all client side?

robertocarroll commented 7 years ago

Example for reference: https://halistechnology.com/2015/05/28/use-javascript-to-export-your-data-as-csv/

and a reference for file upload: https://github.com/blueimp/jQuery-File-Upload/wiki/Submit-files-asynchronously

robertocarroll commented 7 years ago

They're not keen on this anymore.