iOS开发之路–微博OAuth授权_取得用户授权的accessToken
最终效果图: OauthViewController.m // // OauthViewController.m // 20_帅哥no微博 // // Created by beyond on 14-8-5. // Copyright (c) 2014年 com.beyond. All rights reserved. // 授权控制器,仅运行一次,取得了当前用户的access_token和uid之后,存档,切换窗口的主控制器 #import OauthViewController.h @interface OauthViewController ()<UIWebViewDeleg
用户评论