FBLikeControl does not load nor function

后端 未结 4 1467
日久生厌
日久生厌 2021-01-21 04:13

With the new release of facebook ios sdk, the documentation is talking about the facebook like control, that allows to like a page. https://developers.facebook.com/docs/ios/like

4条回答
  •  醉梦人生
    2021-01-21 05:01

    You can use FBlikeControl button by enabling below feature in viewdidload or where you create FBlikeControl button:

    [FBSettings enableBetaFeature:FBBetaFeaturesLikeButton];
    [FBSettings enablePlatformCompatibility:NO];
    

提交回复
热议问题