This happens while trying to integrate the just-released FBSDKMessengerShareKit. From my IOS app I am calling
[FBSDKMessengerSharer shareImage:myImg withOptions:nil];
Messenger launches, with my image showing in the top-left. I choose a recipient (who is also set as an "admin" of the app) and I get a popup that says:
Send Failed
The operation couldn't be completed.
(FBAPIErrorDomain error 404.)
Anyone know how to resolve this, or what I might do to debug?
I have solve this issue with adding Bundle Identifier into Facebook App. Please add Bundle Identifier into Facebook app and make sure you are using the same Bundle Identifier into the app.