Published Articles

六 14th, 2011  |  (0)Android新浪微博API之保持Oauth登录信息

新浪微博开放API目前采用Oauth方式进行认证。

并且对Android开发者来说,用户仅首次使用时需要登录授权,保持登录涉及的Token,以后再访问新浪微博无需重新登录授权。

   SharedPreferences preference = getSharedPreferences("w [深入阅读…]