Quantcast
Channel: liujusmartclient Issue Tracker Rss Feed
Browsing latest articles
Browse All 16 View Live

Created Issue: 修改SinaOAuthRequestURL类 [8801]

不是接口方法的URL中.要以"/"开头.比如"return new Uri(BaseURL, "statuses/public_timeline");"要写成"return new Uri(BaseURL, "/statuses/public_timeline");"

View Article


Created Feature: 获取AccessToken [8802]

新增加方法.更行OAuth请求第二步得到AccessToken

View Article


Created Feature: 得到用户认证信息 [8804]

用户认证这一步主要是发送你获取的oauth_token,并且获得用户的授权。一般来说,WEB应用会简单的重定向到相应的页面,桌面应用程序会给出URL并要求用户自行验证.新浪微博开放平台的验证URL是http://api.t.sina.com.cn/oauth/authorize。要求必须以oauth作为参数,一般来说请求格式如下:http://api.t.sina.com.cn/oauth/auth...

View Article

Closed Issue: 修改SinaOAuthRequestURL类 [8801]

不是接口方法的URL中.要以"/"开头.比如"return new Uri(BaseURL, "statuses/public_timeline");"要写成"return new Uri(BaseURL, "/statuses/public_timeline");"Comments: 测试不加"/"也是可以通过的.

View Article

Created Issue: 测试代码的健壮性 [8810]

有请求OAuth的时候.有些会出错的地方.请写相关方法或者属性处理相关错误的地方到最外层的错误用Try{}catch{}处理

View Article


Created Feature: 实现POST,HEADER方式请求OAUTH [8811]

现在的OAuthBase全是通过GET方式实现请求所以要加上通过POST和HEADER方式请求得到结果

View Article

Commented Feature: 获取AccessToken [8802]

获取access token新浪微博开放平台access token请求地址为:http://api.t.sina.com.cn/oauth/access_token以下是请求参数列表:oauth_consumer_key - GDdmIQH6jhtmLUypg82goauth_nonce -...

View Article

Created Feature: 创建网易的接口并且实现 [8817]

按新浪的接口方式.实现网易的相应接口

View Article


Created Issue: 弹出窗口被浏览器阻止 [8818]

有大多浏览器弹出窗口会被阻止.修改在window.open()函数中增加一个参数,将target设置为‘self’,即改为使用: window.open(link,'_self');

View Article


Commented Feature: 创建网易的接口并且实现 [8817]

按新浪的接口方式.实现网易的相应接口Comments: ChangeSet:65256

View Article

Closed Feature: 创建网易的接口并且实现 [8817]

按新浪的接口方式.实现网易的相应接口

View Article

Closed Feature: 得到用户认证信息 [8804]

用户认证...

View Article

Closed Feature: 获取AccessToken [8802]

获取access token 新浪微博开放平台access token请求地址为:http://api.t.sina.com.cn/oauth/access_token以下是请求参数列表:oauth_consumer_key - GDdmIQH6jhtmLUypg82goauth_nonce -...

View Article


Reopened Feature: 创建网易的接口并且实现 [8817]

按新浪的接口方式.实现网易的相应接口

View Article

Reopened Feature: 得到用户认证信息 [8804]

用户认证...

View Article


Reopened Feature: 获取AccessToken [8802]

获取access token 新浪微博开放平台access token请求地址为:http://api.t.sina.com.cn/oauth/access_token以下是请求参数列表:oauth_consumer_key - GDdmIQH6jhtmLUypg82goauth_nonce -...

View Article
Browsing latest articles
Browse All 16 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>