iOS sharing “An error has occurred. Please try again later.”

前端 未结 3 535
囚心锁ツ
囚心锁ツ 2021-01-13 12:52

I am making publication via [FBWebDialogs presentFeedDialogModally...]
It works fine.
But if I delete application in the facebook settings and try make post again, I

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-13 13:18

    You can either add your FacebookAppID to the passed parameters, as nick suggests. Or make sure your FacebookAppID is in your plist info file.

    Add a string key: FacebookAppID with the value of your Facebook App ID. Then the SDK can automatically add your app id for use everywhere else.

提交回复
热议问题