尝试将facebook native like按钮添加到我的应用中。它只打开我的页面然后点击确定或不同于其开放的Facebook主页而不是回到应用程序
FBSDKLikeControl *likeButton = [[FBSDKLikeControl alloc] init];
[likeButton addTarget:self action:@selector(likeButtonAction:) forControlEvents:UIControlEventTouchUpInside];
likeButton.objectID = @"https://www.facebook.com/a2zTwoWheels/";
likeButton.center = self.view.center;
[fbPopupView addSubview:likeButton];
请不要使用回调解决方案提出现有问题,在发布此问题之前尝试了所有问题