1 Star 0 Fork 38

yw9002 / QQ_PHP

forked from 祺爸 / QQ_PHP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.php 292 Bytes
一键复制 编辑 原始数据 按行查看 历史
PiscDong 提交于 2013-06-05 20:36 . update
<?php
//配置文件
header('Content-Type: text/html; charset=UTF-8');
$qq_k=''; //QQ应用APP ID
$qq_s=''; //QQ应用APP KEY
$callback_url='http://yoururl/callback.php'; //授权回调网址
$scope='get_user_info,add_share'; //权限列表,具体权限请查看官方的api文档
PHP
1
https://gitee.com/yanshare/qq_php.git
git@gitee.com:yanshare/qq_php.git
yanshare
qq_php
QQ_PHP
master

搜索帮助