"FBAPIErrorDomain error 404" 尝试将 Facebook Messenger 集成到 iOS 应用程序时
"FBAPIErrorDomain error 404" when trying to integrate Facebook Messenger into iOS app
在尝试集成刚刚发布的 FBSDKMessengerShareKit 时发生这种情况。我正在从我的 IOS 应用呼叫
[FBSDKMessengerSharer shareImage:myImg withOptions:nil];
Messenger 启动,我的图片显示在左上角。我选择了一个收件人(他也被设置为应用程序的“管理员”),然后我收到一个弹出窗口:
Send Failed
The operation couldn't be completed.
(FBAPIErrorDomain error 404.)
任何人都知道如何解决这个问题,或者我可以做些什么来调试?
有同样的问题。只是忘了将 FacebookAppID 和 Url 方案添加到我的应用 Info.plist。
https://developers.facebook.com/docs/ios/getting-started#configurePlist
我已经通过在 Facebook 应用程序中添加 Bundle Identifier 解决了这个问题。
请将 Bundle Identifier 添加到 Facebook 应用程序中,并确保您在应用程序中使用相同的 Bundle Identifier。
在尝试集成刚刚发布的 FBSDKMessengerShareKit 时发生这种情况。我正在从我的 IOS 应用呼叫
[FBSDKMessengerSharer shareImage:myImg withOptions:nil];
Messenger 启动,我的图片显示在左上角。我选择了一个收件人(他也被设置为应用程序的“管理员”),然后我收到一个弹出窗口:
Send Failed
The operation couldn't be completed.
(FBAPIErrorDomain error 404.)
任何人都知道如何解决这个问题,或者我可以做些什么来调试?
有同样的问题。只是忘了将 FacebookAppID 和 Url 方案添加到我的应用 Info.plist。 https://developers.facebook.com/docs/ios/getting-started#configurePlist
我已经通过在 Facebook 应用程序中添加 Bundle Identifier 解决了这个问题。 请将 Bundle Identifier 添加到 Facebook 应用程序中,并确保您在应用程序中使用相同的 Bundle Identifier。