Results 2 comments of nidesky

![image](https://cloud.githubusercontent.com/assets/7133406/8143872/c3778f70-11f4-11e5-9379-f1831212c298.png) laravel5 中 ``` php public function __construct() { $this->service = new \Eva\EvaOAuth\Service('Weibo', [ 'key' => '*****', //对应微博的API Key 'secret' => '********', //对应微博的Secret 'callback' => 'http://******/weibo-oauth' //回调地址 ]); } public...

@AlloVince 好快的反馈速度,值得信赖。