iOS Facebook SDK MessageDialog error 202

前端 未结 4 827
余生分开走
余生分开走 2021-02-06 02:43

I am trying to set up Facebook sharing with FBSDK in my iOS app.

I have been reading the documentation here, and currently have

[FBSDKShareDialog showF         


        
4条回答
  •  闹比i
    闹比i (楼主)
    2021-02-06 03:03

    I was stuck with this for a while and in the end realised that I had not added fb-messenger-share-api under LSApplicationQueriesSchemes in the info.plist file. Just putting this here in case it helps someone. Thanks :)

    N.B. It is fb-messenger-share-api and not fb-messenger-api.

提交回复
热议问题