网站/小程序/APP个性化定制开发,二开,改版等服务,加扣:8582-36016

简单实现Instagram授权

应用介绍

    这是一个简单实现Instagram授权,源码InstagramSimpleOAuth,InstagramSimpleOAuth实现Instagram授权。封装Instagram API,方便简单实现授权登录。 使用方法: 导入头文件: #import "InstagramSimpleOAuth.h" 创建InstagramSimpleOAuthViewController对象并初始化: InstagramSimpleOAuthViewController *viewController = [[InstagramSimpleOAuthViewController alloc] initWithClientID:@"enter_your_client_ID_here" clientSecret:@"enter_your_client_secret_here" callbackURL:[NSURL URLWithString:@"http://enter.callback.url.here"] completion:^(InstagramLoginResponse *response, NSError *error) { if (response.accessToken) { [self displayToken:response.accessToken]; } }];

    立即下载

    请到会员中心签到后即可获得免费下载!

    相关下载

    评论 共有 0 条评论

    暂无评论
    0
    0
    0
    立即
    投稿
    发表
    评论
    返回
    顶部