Fork me on github
摘要: 1.renren.phpclient_id=$client_id; $this->client_secret=$client_secret; $this->access_token=$access_token; } function login_url($c... 阅读全文
posted @ 2015-09-28 15:59 Champion-水龙果 阅读(1443) 评论(0) 推荐(0)
摘要: 1.tqq.phpclient_id=$client_id; $this->client_secret=$client_secret; $this->access_token=$access_token; $this->openid=$openid; ... 阅读全文
posted @ 2015-09-28 15:52 Champion-水龙果 阅读(1078) 评论(0) 推荐(0)
摘要: 1.qq.phpappid=$appid; $this->appkey=$appkey; $this->access_token=$access_token; } function login_url($callback_url, $scope=''){ ... 阅读全文
posted @ 2015-09-28 15:49 Champion-水龙果 阅读(828) 评论(0) 推荐(0)
摘要: 1.sina.phpclient_id=$client_id; $this->client_secret=$client_secret; $this->access_token=$access_token; } function login_url($cal... 阅读全文
posted @ 2015-09-28 15:45 Champion-水龙果 阅读(1410) 评论(0) 推荐(0)
摘要: 1.kaixin.phpclient_id=$client_id; $this->client_secret=$client_secret; $this->access_token=$access_token; } function login_url($c... 阅读全文
posted @ 2015-09-28 15:42 Champion-水龙果 阅读(1937) 评论(0) 推荐(0)
摘要: 1.douban.phpclient_id=$client_id; $this->client_secret=$client_secret; $this->access_token=$access_token; } function login_url($c... 阅读全文
posted @ 2015-09-28 14:41 Champion-水龙果 阅读(1246) 评论(0) 推荐(0)
摘要: 屏幕旋转的事件和样式事件window.orientation,取值:正负90表示横屏模式、0和180表现为竖屏模式; window.onorientationchange = function(){ switch(window.orientation){ case -90: ... 阅读全文
posted @ 2015-09-28 10:47 Champion-水龙果 阅读(522) 评论(0) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o 阅读全文
posted @ 2015-09-28 10:17 Champion-水龙果 阅读(4699) 评论(0) 推荐(0)
Champion-水龙果