I'm trying to test the login of a user through the Rest API with the following curl command from Terminal. I keep getting the same error. All my info is correct.
terminal: curl -b cookies.txt -c cookies.txt -F "login=yo@yo.com" -F "password=mypassword" https://api.cloud.appcelerator.com/v1/users/login.json?key=my app id here
Result: { "meta": { "status":"fail", "code":400, "message":"Login parameter required for login" } } I am logged in can anyone help?