微信第三方平台授权
2016-06-07 11:34:43 34 举报
微信第三方平台接入
作者其他创作
大纲/内容
第三方平台详情页中的AppID和AppSecret以及以及component_verify_ticket
通过authorizer_refresh_token来刷新公众号的接口调用凭据(authorizer_access_token)
微信服务器每隔10分钟会向第三方的消息接收地址推送一次component_verify_ticket
第三方根据授权码换取接口调用令牌(authorizer_access_token)
component_access_token
通过自己的接口调用凭据(component_access_token)来获取用于授权流程准备的预授权码
授权信息
第三方获取pre_auth_code(预售权key)
跳转到回调url,并提供授权码(authorization_code)和过期时间
component_verify_ticket
授权
authorizer_access_token
pre_auth_code
公众号维护者进入授权页,并提供第三方appid、预授权码和回调URI
根据调用令牌调用公众号API
代公众号实现业务
授权事件接收URL
审核通过
authorizer_refresh_token
AppID
AppSecret
0 条评论
下一页