//友盟
[UMSocialData setAppKey:kUmengAppkey];
[UMSocialConfig setSupportedInterfaceOrientations:UIInterfaceOrientationMaskPortrait];
[UMSocialWechatHandler setWXAppId:kWeChatAPPId appSecret:kWeChatSecretKey url:kWeChatRedirectURL];
[UMSocialQQHandler setQQWithAppId:kQQAppId appKey:kQQAppKey url:kQQRedirectURL];
在pch文件中如下定义
//umeng
#define kUmengAppkey @"55652d8567e58ea67***3d11"
#define kWeChatAPPId @"wx78fd9db6e535b***"
#define kWeChatSecretKey @"927*afd064a653c53344c601a461cf22"
#define kWeChatRedirectURL @""
#define kWeiboAppKey @"1587215***"
#define kWeiboSecretKey @"32ce36858**94459b46fb3173063ec52"
#define kWeiboRedirectURI @"https://api.weibo.com/oauth2/default.html"
#define kQQAppId @"1133189***"
#define kQQAppKey @"FefQ91y*3jiijERS"
#define kQQRedirectURL @""