TrigoldenZx

Results 2 issues of TrigoldenZx

Hi,everyone: This is my first time to compile GammaRay with camke, qt4.8.2/cmake2.8.12 have been installed, i tried to compile GammaRay following the install.txt, but i got fatal error LNK1120:2 unresolved...

使用SDK中的方法去获取access_token,服务器返回Bad Request,有谁知道是哪里有问题吗? 代码如下: import urllib2 import urllib from snspy import APIClient from snspy import SinaWeiboMixin def wbAPItest(): client = APIClient(SinaWeiboMixin, app_key=appkey, app_secret=appsec, redirect_uri=redirurl) url = client.get_authorize_url() r = client.request_access_token(authcode) access_token...