Judith Yu - 2013-10-08 06:26:21
Hi,
I'm new to OAuth and I need help in access the Survey Monkey API. I tried using login_with_surveymonkey.php code and changed the client_id, client_secret, and api_key. It is giving me this error message:
'it was not possible to access the OAuth access token: it was returned an unexpected response status 401 Response: {"error_description": "Invalid client_id/client_secret/api_key", "error": "invalid_client"}'
However, when I used the io-docs (https://developer.surveymonkey.com/io-docs) using the same client_id, client_secret, and api_key, I was able to connect to retrieve a token.
Am I missing something?
Thanks!