当前位置: 代码迷 >> J2SE >> 模拟登录新浪微博,该如何处理
  详细解决方案

模拟登录新浪微博,该如何处理

热度:113   发布时间:2016-04-23 20:24:00.0
模拟登录新浪微博
登陆返回
<html><head><script language='javascript'>parent.sinaSSOController.feedBackUrlCallBack({"result":true,"userinfo":{"uniqueid":"3310701585","userid":null,"displayname":null,"userdomain":"?wvr=5&lf=reg"},"redirect":"http:\/\/weibo.com\/3310701585\/manage"});</script></head><body></body></html>

但cookie是 YF-Ugrow-G0=06497fcc8b94aee69ae834868fe61846; 

这个怎么办  

------解决方案--------------------
用的是HttpClient还是Jsoup?

带上COOKIE请求他返回的redirect路径试试.
  相关解决方案