Is it possible to use the grant_type 'password' for SurveyMonkey? Or something similar where no one is actually logging into the system as we are just requesting data and sending it back.
We have a client that wants to use a custom JavaScript-based application on their Intranet that will show users various information and then ask them a series of questions and log their responses for retrieval later.
According to the documentation, users are redirected to the SurveyMonkey website for the OAuth dialog and then can request and send data once they have a valid auth token. But who would this user be? As so far we haven't seen anything in SurveyMonkey regarding users who complete the survey, only admin accounts for who manage them. Unless we have missed it?
So is having a different grant type possible with the API?
We'd be interested to see what options we have available to us, as we're finding the documentation over at https://developer.surveymonkey.com/ a bit vague.