works in service properties wizard only when content type is set to x-www-form-urlencoded. however this service has never worked in actual test or tiggr mobile tester app no matter what options i've selected.
Are you able to share your key, login/password with a href="mailto:support@gotiggr.com" rel="nofollow"support@gotiggr.com/a? If not, I will try this in my account.
Never mind, you already shared the project with me. Is it OK if I try the service?
no problem, go ahead.
The service only works when response type is set to x-www-form-urlencoded because that's the format they need: http://cocoafish.com/docs/api/v1/user..., the -F option means: Specify HTTP multipart POST data. So I think that part is fine.
To make the service work from a screen, you need to turn on Tiggr Proxy - otherwise there is cross-domain security issue. I created a test_mk screen in your app - it works there.
Note: I also tried Chrome with disabled security (should work the same as Tiggr Proxy on). For some reason the service doesn't work then. Going to figure out why.
woops sorry, thought i had tried the proxy setting. thank you for your help as always.