我能够使用FBSDKLikeControl
和该页面网址一样喜欢Facebook页面。有点像这样。
let likeButton = FBSDKLikeControl()
likeButton.objectID = "https://www.facebook.com/FacebookDevelopers"
likeButton.center = self.view.center;
view.addSubview(likeButton)
但是,我无法通过提供likeButton.objectID = "1802945816386201_17414239392050"
我们可以使用Facebook API喜欢用户帖子,照片吗?