Text is not passing to Facebook
When I am trying to share with Facebook everything is passing except text. What can I do?
@trane294 Can you share a code snippet?
I'm also wondering the same thing. Here's a snippet:
ActivityView.show({
text: `Check out ${username}... ${shareURL}`,
imageUrl: SquareThumb.imageUrl(image, desiredWidth),
exclude: [
'postToFlickr',
'postToWeibo',
'airDrop',
'assignToContact',
'saveToCameraRoll',
'print',
'postToVimeo'
],
});
Not sure if it's possible to also pass the text in Facebook Messenger?
@9mm We've got #32 in review. Once merge it should fix this.
Will any extra changes be required on my part or will it just work(tm)?
Unfortunately, according to http://stackoverflow.com/a/30846293 this is disabled on Facebook side. Having said so, this issue can be closed.
Is it possible at least to make the image clickable via the specific link?