Applozic - 忽略标头Application-Key,因为它的值为null

时间:2017-01-09 14:12:13

标签: android applozic

我是Applozic的新手,我正在将它集成到Android应用程序上。当我登录applozic服务器时,这个

enter image description here

这是我登录的代码

        User user = new User();
        user.setUserId(UserID);
        user.setDisplayName(strFullName); 
        user.setEmail(loginEmail); //optional
        user.setAuthenticationTypeId(User.AuthenticationType.APPLOZIC.getValue());
        user.setPassword(loginPass); 
        user.setImageLink("");

        mAuthTask = new UserLoginTask(user, listener,context);
        mAuthTask.execute((Void) null);

0 个答案:

没有答案