sfvtech / pay-per-view

An open source fork of FARM's 10 Billion Lives Android application. This application allows you to play a video to one or more people, have them fill out a survey, and collect their e-mail addresses for follow-up communication.
1 stars 2 forks source link

data, installation_id, and version should be in the POST body #28

Open asciimo opened 6 years ago

asciimo commented 6 years ago

In DataUploadActivity.java, all POSTed data is in the query string. data and installation_id and version should be in the POST body, preferably as JSON. E.g.:

{
    "installation_id" : "d0484ec7-5549-47dn-83f...",
    "data" :  "11%2C11%2Csfgerg%2Cergety%40fghfg.com%2C3-...",
    "version" : "1.5"
}