当前位置: 代码迷 >> Java相关 >> 新浪微博 oauth2 回调地址解决思路
  详细解决方案

新浪微博 oauth2 回调地址解决思路

热度:2130   发布时间:2013-02-25 21:42:40.0
新浪微博 oauth2 回调地址
最新版的新浪微博使用oauth2认证。。。。
http://code.google.com/p/weibo4j/

里面提到要在Config.properties里面修改回调地址
下面是我Config.properties的内容
client_ID =                 
client_SERCRET = 
redirect_URI =
baseURL =https://api.weibo.com/2/
accessTokenURL =https://api.weibo.com/2/oauth2/access_token
authorizeURL =https://api.weibo.com/2/oauth2/authorize

请回回调地址 redirect_URI =
需要填什么。。。我也遇到了这个问题,顶一下!!!http://www.iteye.com/topic/1117568刚接触,也遇到这个问题,求解答。我也是啊
  相关解决方案