Skip to content

ComponentAPI

Menng edited this page Nov 4, 2016 · 3 revisions

介绍

ComponentAPI适用于公众号第三方平台开发 官方文档・授权流程技术说明

方法说明

  • componentloginpage
    授权流程:生成步骤2中授权页的URL

  • api_component_token
    授权流程:获取公众号第三方平台(component_access_token),即令牌

  • api_create_preauthcode
    授权流程:根据令牌(component_access_token)获取预授权码(pre_auth_code)

  • api_query_auth
    授权流程:获取公众号的接口调用凭据(authorizer_access_token)和授权信息(authorization_info)

  • api_authorizer_token
    授权流程:根据公众号的接口调用凭据刷新令牌(authorizer_refresh_token)获取公众号的接口调用凭据(authorizer_access_token)
    使用场景:定时刷新公众号的接口调用凭据

  • api_get_authorizer_info
    根据公众号的接口调用凭据获取公众号的基本信息

  • api_get_authorizer_option
    获取公众号的选项信息

  • api_set_authorizer_option
    设置公众号的选项信息

  • clear_quota
    接口调用次数清零接口

API 列表

Clone this wiki locally