腾讯微博的账号登录及api操作】的更多相关文章

.tqq.php <?php /** * PHP Library for t.qq.com * * @author */ class tqqPHP { function __construct($client_id, $client_secret, $access_token=NULL, $openid=NULL){ $this->client_id=$client_id; $this->client_secret=$client_secret; $this->access_tok…
.renren.php <?php /** * PHP Library for renren.com * * @author */ class renrenPHP { function __construct($client_id, $client_secret, $access_token=NULL){ $this->client_id=$client_id; $this->client_secret=$client_secret; $this->access_token=$ac…
.sina.php <?php /** * PHP Library for weibo.com * * @author */ class sinaPHP { function __construct($client_id, $client_secret, $access_token=NULL){ $this->client_id=$client_id; $this->client_secret=$client_secret; $this->access_token=$access_…
.qq.php <?php /** * PHP Library for qq.com * * @author */ class qqPHP { function __construct($appid, $appkey, $access_token=NULL){ $this->appid=$appid; $this->appkey=$appkey; $this->access_token=$access_token; } function login_url($callback_ur…
.kaixin.php <?php /** * PHP Library for kaixin001.com * * @author */ class kaixinPHP { function __construct($client_id, $client_secret, $access_token=NULL){ $this->client_id=$client_id; $this->client_secret=$client_secret; $this->access_token=…
.douban.php <?php /** * PHP Library for douban.com * * @author */ class doubanPHP { function __construct($client_id, $client_secret, $access_token=NULL){ $this->client_id=$client_id; $this->client_secret=$client_secret; $this->access_token=$ac…
(二).新浪微博登录 1. 首先在新浪微博开放平台注册成为开发者.[http://open.weibo.com/connect] 具体自己填写一些相关信息就OK! 2. 注册成功之后,点击[微连接],之后在点击[创建应用] 3. 然后选择网页应用 4. 填写相关的信息,应用地址是发布到互联网的网站域名地址,如:www.baidu.com 5. 你获取到了App Key和App Secret ,然后填写一些基本信息 6. 这是最重要的一步,就是点击[高级信息],填写授权回调页和取消授权回调页,这里…
QQ的写法地址:http://www.oschina.net/code/snippet_930167_19888 Sina的写法地址:http://www.oschina.net/code/snippet_930167_19891 开心网写法地址:http://www.oschina.net/code/snippet_930167_19901 豆瓣写法地址:http://www.oschina.net/code/snippet_930167_19903 人人网写法地址:http://www.os…
在QQ登陆测试的时候,刚申请正常登陆,但是由于app未上线,或许是腾讯升级造成的个别时候QQ登陆无法成功会提示下图代码,功能上没啥问题,已经达到 测试效果了.附上腾讯错误代码图(大家测试QQ登陆的时候,包括微博登陆都需要自行申请 AppId 以及AppKey,当然用我的也可以 ) 整体的效果图如下,大家 MainActivity: package com.qiao.thirdpartylogindemo_master2; import java.util.HashMap; import andr…
转自------ 1.新浪微博:http://service.weibo.com/share/share.php?url= count=表示是否显示当前页面被分享数量(1显示)(可选,允许为空)&url=将页面地址转成短域名,并显示在内容文字后面.(可选,允许为空)&appkey=用于发布微博的来源显示,为空则分享的内容来源会显示来自互联网.(可选,允许为空)&title=分享时所示的文字内容,为空则自动抓取分享页面的title值(可选,允许为空)&pic=自定义图片地址,…