以下基础信息简要介绍一下 一、申请账号 地址:https://weibo.com/signup/signup.php, 二、完善信息 完善信息,实名认证等操作 三、申请应用 使用注册账号进入微博开放平台 (https://open.weibo.com/),登录账户。 response_type=code&redirect_uri=******">微博登录 六、php代码 /** * 微博回调 */ public function wbback() { //参数设置 access_token=$access_token&uid=$uid"; $ch = curl_init(); //设置选项,包括URL curl_setopt ; curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); // 设置请求为