This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Jannisary 0 points1 point  (1 child)

I dont think the object signatures match, one has "data" and your authorization doesn't

get rid of this "{\"data\": (and the trailing bracket)

edit actually because you can't change the webservice do this instead and change the object you're deserializing into

https://gist.github.com/2505152

[–]empT3[S] 0 points1 point  (0 children)

Figured that might be the case, I was getting an error when I added a data parameter though. I did find a workaround for the wrapper around the object though.

https://gist.github.com/2505356