在朋友墙上发布消息时出现集成错误?

Posted

技术标签:

【中文标题】在朋友墙上发布消息时出现集成错误?【英文标题】:Integration error while posting message on friends wall? 【发布时间】:2012-12-06 14:16:44 【问题描述】:

我正在使用 facebook_skd_3.1 (Xcode ios 4.5) 我通过调用获得了朋友列表 FBFriendPickerViewController,在点击完成按钮时我试图发布消息 在选定的朋友墙上,但我收到了这个错误:- 警告:尝试从视图控制器中关闭 正在进行演示或解散时! 2012-12-06 19:37:09.187 ........项目 [5474:19a03] 错误:HTTP 状态代码:403

警报视图中的错误

 error =Error Domain=com.facebook.sdk code=5" ..........
 message = "(#200)the user hasn't authorized the application to perform this action";
 type = OAuthException
 ;
 ;

 code=403;

 com.acebook.sdk:HTTPStatuscode=403

代码:-

  -(void)facebookViewControllerDoneWasPressed:(id)sender 
  NSString* userid;

  for (id<FBGraphUser> user in self.friendPickerController.selection)
    
        NSLog(@"\nuser=%@\n", user);
     userid = user.id;


    

  NSMutableDictionary* dictaram = [[NSMutableDictionary alloc]
    initWithObjectsAndKeys:@"like this!", @"message", nil];
  [FBRequestConnection startWithGraphpath:[NSString stringWithFormat:@"%@/feed", userid] 
       parameters:params HTTPMethod:@"POST"  
  completionHandler:^(FBRequestConnection *connection, id result, NSError *error)
  

      UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"Shared"
      message:[NSString     stringWithFormat:@ %@! error=%@", fbUserName, error]
                                                        delegate:nil
                                              cancelButtonTitle:@"OK"
                                               otherButtonTitles:nil];
      [alertView show];
   
   ];

   [self dismissModalViewControllerAnimated:YES];

我需要一些权限还是有一些编码错误请帮忙。

提前致谢。

【问题讨论】:

2013 年初被 Facebook 完全禁止。现在无关紧要。 ***.com/questions/5665476/… 【参考方案1】:

请延迟一段时间后关闭视图控制器。

【讨论】:

【参考方案2】:

我已经通过在委托中重新授权权限来解决这个问题,我已经读取了会话的权限,因此不适用于发布。将以下代码写入 ButtonAction 中,您将获得正确的输出。

 NSArray *permissions =[NSArray arrayWithObjects:@"publish_actions",@"publish_stream",@"manage_friendlists", nil];

[[FBSession activeSession] reauthorizeWithPublishPermissions:permissions defaultAudience:FBSessionDefaultAudienceFriends
                                           completionHandler:^(FBSession *session, NSError *error) 
                                               /* handle success + failure in block */
                                           ];

【讨论】:

以上是关于在朋友墙上发布消息时出现集成错误?的主要内容,如果未能解决你的问题,请参考以下文章

将 android studio 项目与 Firebase 集成以实现 google 登录功能时出现依赖错误

持续集成 Xcode altool 错误:启动 iTunesTransporter 时出现异常

将 sonarqube 与 azure 集成时出现 ETIMEOUT 错误

与 Azure DevOps 集成时出现 sonarqube 错误

将 vs 2012 C# 与 visio 2007 集成时出现 Com 错误

与 Google Drive 集成时出现凭据错误