hello.js库用于Twitter, Google+产生注销错误



我有注销与twitter和Google+与hello.js库与auth认证的问题。我已经写了注销代码,它不适合twitter和Google+,但与Facebook完美合作。

代码:

hello("google").logout({force:true},function(){
    alert("Signed out");
});

从第三方注销只适用于Facebook和Windows http://adodson.com/hello.js/#hellologout

最新更新