Reputation: 2312
I'm trying to put a Send Dialog on my page. But when I send it to any friend he gets the following message:
Attachment Unavailable
The attachment source was deleted or the
privacy settings on this attachment do not allow you to view it.
I have try both ways, in a direct URL and with the Javascript SDK.
Any ideas, why this is happening?
Upvotes: 1
Views: 3259
Reputation: 33
I had the exact same problem and I fixed it by pointing the 'link' attribute in FB.ui towards a non-HTTPS url. https:// triggered the error, http:// doesn't.
I know your message is old but I hope this can still help someone else.
Upvotes: 1
Reputation: 218
Had a look at this problem and it is all based on the person sending the message and their privacy settings. If the settings are custom then this error will come up but if it is public or friends then it will come up as normal.
Upvotes: 3