I have integrated facebook messenger to my custom chat bot.
In response to facebook input from messenger, I have hyperlink/URLs, but
the response over facebook messenger is shown as text only. It's not converting it as hyperlink.
Response shown over facebook messenger as:
Where it should show as follows:
Amazon
Related
I'm writing a facebook bot and want to enable the user to be able to post or share a URL, description and hashtag to their own wall, from within the messenger app.
Looking at messenger it appears as though the only native sharing options are to share to other messenger users or post an update to your day, not post to your facebook wall.
The only way I can think of doing this is having a standard FB share button hosted on the page I want them to share, but that would not be as fluid a user experience for the user, it would be lovely if there was a way within the messenger app that I could enable the user to share the URL with description and hashtag directly.
Is this possible? Thanks.
I've created a chatbot on FB Messenger. At some point, the bot responds with e.g. some image. Below the image, I've managed to create a button so the user can 'share' the image to his/her FB Messenger friends.
Is there a way to create a button so the user can post this image to his timeline?
I can't find something on FB documentation
As mentioned in this blog post, use this template for the url:
https://www.facebook.com/dialog/feed?app_id=<APP_ID>&link=<ENCODED-URL-TO SHARE>&picture=<IMAGE_URL>&name=<TITLE>&caption=<CAPTION>&description=<DESCRIPTION>&redirect_uri=<REDIRECT URI>
I want to make a chat widget which includes functionality that you can chat with messenger and in that instead of redirecting user to messenger window i want to post messages to messenger on behalf of user and webhook of messenger will take care of rest.
The graph api only explains about how to send message on behalf of bot. Is it possible to send message on behalf of user using graph API+ messenger platform or something else?
Can I create a form in which if I click submit button, the form content will automatically posted to my facebook and twitter account?
i want to publish message to my facebook fan page from my web site. any user can write message to me on my website and when click on publish message needs to appear on my facebook fan page wall is it possible with PHP ??
if so please guide me?
You can use the Facebook API to post on pages' feeds, just like if they were users.
The feed connection corresponds to the Page's Wall. You can create a
link, post or status message by issuing an HTTP POST request to the
PAGE_ID/feed connection.
Source: https://developers.facebook.com/docs/reference/api/ and .../docs/reference/api/page/