Publish link to my bot in Facebook wall

(Pablo Cambre) #1

Hi,

I’m trying to show a card (or something similar) with a share button. Once the user taps over the share button, he should see a dialog where he can give publish permission. If user accepts it, a new entry will be shown in her wall (a picture with some text and a link to my chatbot). I found the share option, but it only allows share the content with friends not post it in the wall.
Is there any way to handle it?
Thanks you in advance!

(Daniel Beckett) #2

Hi Pablo,

I think that the only way to do this currently is through the Facebook Sharer page. You can pass a URL into the page by adding ?u=YourPageHere. For example:

https://www.facebook.com/sharer?u=www.flowxo.com

The user can then choose where to share to.

Thanks,
Dan