1. 首页
  2. 数据库
  3. 其它
  4. iOS开发之路–微博OAuth授权_取得用户授权的accessToken

iOS开发之路–微博OAuth授权_取得用户授权的accessToken

上传者: 2021-01-16 11:16:43上传 PDF文件 207.83KB 热度 6次
最终效果图: 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
用户评论