ShareSDK分享 常见错误

1.新浪微博分享授权出错(error:redirect_uri_mismatch)

打开新浪微博开放平台http://open.weibo.com/     我的应用->应用信息->高级信息

设置OAuth2.0 授权设置,为微博提供的测试回调页
授权回调页:https://api.weibo.com/oauth2/default.html
取消授权回调页:https://api.weibo.com/oauth2/default.html

修改ShareSDK注册微博时候的代码:
[appInfo SSDKSetupSinaWeiboByAppKey:@"1586472680" appSecret:@"0889f4509e346b4c55341e89af6cb97e" redirectUri:@"https://api.weibo.com/oauth2/default.html"  authType:SSDKAuthTypeBoth];

  1. 新浪微博分享报错 :"Insufficient app permissions!"
打开新浪微博开放平台http://open.weibo.com/     我的应用->接口管理->申请权限->statuses/upload_url_text
分享网络图片到新浪微博,需要有 高级微博写入接口 的权限;
分享本地图片到新浪微博,不能分享 PNG 格式的。

申请高级接口需要等app上线后在申请否则提示"接口申请需满足应用文案来源审核通过,待应用来源文案审核通过后再申请接口"。

你可能感兴趣的:(ShareSDK分享 常见错误)