Search found 2 matches

Go to advanced search

by jimamster
Sat May 19, 2012 3:31 pm
Forum: Issues
Topic: Cannot populate from sample response: get error: must be valid JSON response.
Replies: 2
Views: 449
 
Jump to post

Cannot populate from sample response: get error: must be valid JSON response.

Got this to work. Thanks for the help. I added a complete event with a custom javascript action shown below. var access_token = jqXHR.responseText.split("=")[1]; localStorage.setItem('access_token', access_token); This is a slight variation the script described at the following link. http:...
by jimamster
Wed May 16, 2012 2:49 am
Forum: Issues
Topic: Cannot populate from sample response: get error: must be valid JSON response.
Replies: 2
Views: 449
 
Jump to post

Cannot populate from sample response: get error: must be valid JSON response.

I am receiving a response to a token request as shown below. access_token=token_value I am not able to use the “populate from sample response” due to the “=” sign. When I try to "populate from sample response" on the service test screen, I get the "Must be valid JSON response" er...

Go to advanced search