#Tokens
First, get set the tokens in config.inc.php
More info on tokens: https://developer.surveymonkey.com/mashery/guide_oauth#tokens
#Procedure
The following steps assume tabula rasa. If you already have some survey with data you want to use, just set the survey_id in config.inc.php
, and skip the following steps.
- Create a test survey on the linked surveymonkey account
- run
create_collector.php
test - Add question(s) to the survey (via surveymonkey admin)
- Go and answer once (via the collector link)
- Run the
getters.php
test, all method should successfully return data.
#Tests
getters
Tests all get methodscreate_collector
Tests collector creationbatch_flow
Tests batch operations (currently, only email collectors are supported)