exports.getAuthorizerInfo = function(authorizer_appid, callback){
  var json = {
    component_appid: this.appid,
    authorizer_appid: authorizer_appid
  };