Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (406)
Viewing all articles
Browse latest Browse all 2

Cloud.User.logout returns 406 Not Acceptable

$
0
0

I use ACS (Appcelerator Cloud Services) in my mobile application. It works fine to log in via Facebook, Twitter and as well with ACS e-mail and password. But when I call logout I get the following error:

HTTP/1.1 406 Not Acceptable

Does anybody recognize this?

Code used:

Cloud.Users.logout(function(response){
    if (response.success){
        alert("you are logged out");
    } else {
        alert("failed logout: " + response.message);
    }
});
Titanium SDK: 2.1.4.GA

Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images