admin管理员组

文章数量:1565854

 

1.在官网注册一个账号

 https://developers.e.qq/oauth/authorize?client_id=123456&redirect_uri=https%3a%2f%2fwww.example%3fpara1%3da%26para2%3db&state=&scope=ads_management&account_type=ACCOUNT_TYPE_QQ

标红的地方需要更改  client_id 是我们创建应用的 应用ID

redirect_uri  回调地址

scope  为空  回车进入回调的页面 在url链接上 返回一个携带 ?authorization_code 的参数  复制

在Postman 中请求   https://api.e.qq/oauth/token?  get请求  参数 官网有

postman 请求的参数 获取

"access_token": " xxxxx",

        "refresh_token": "xxxx",

 

 

本文标签: 腾讯官网广告视频