url - Create a link that will open Viber and WhatsApp and will send a . . . Viber opens its window and then tells me it won't handle that request, and WhatsApp is not linked to intent scheme at all (tested at several devices and OSes) So, I please ask you to help me with this small problem: what kind of URL will open Viber and WhatsApp apps to let visitors of the site to contact me?
Image from Open Graph is not appearing in Telegram Viber The last few days I have been trying to figure out why Telegram and Viber do not display the og:image from the canonical url of the site If I insert a link in the messenger with any get parameter,
Viber Bot REST API - Getting Messages from Bot - Stack Overflow 3 Setup Webhook using PostMan with parameter as url server and viber bot token Problem: I am able to send messages to the bot using POST request but if I can't get the messages sent through the application My Goal is to get the messages sent through the bot on viber app itself and sent back the responses from the server Images here
Newest viber-api Questions - Stack Overflow Viber API allows to send some message on conversation_started event type to allow user to subscribe From documentation about "welcome message", I see following code, that successfully sends
How to send message with viber bot to group chat? Im trying to make a vibe bot that will only send announcements to group of people The bot will not respond or interact with anyone, as its only and primary task is sending given text as an announc
how can i get Viber contacts (Name and number)? I am trying to get Viber contacts Using this method i get the name of the contacts that use Viber but also other contacts that do not use Viber (the selection method is not working properly) I ca
Is there a way to obtain an api key from Viber? - Stack Overflow I have applied for public account twice in the last year and i never received an email from Viber that I have been approved for a public account And now i don't even see the form you have to sign up in order to apply for a public account and get the api key from Viber
How to create a custom connector in rasa for Viber connectivity How to create a custom connector in rasa for Viber connectivity • This is my current custom connector file the file name is viber py and I am using rasa 2 8 ( I had to hide the hostname in webho
How to receive viber REST API callbacks (using java, spring)? @RequestMapping uses GET method by default and Viber sends a callback to a webhook using POST method Try to change @RequestMapping to @PostMapping and of course, you should be sure that your webhook is set correctly and your URL has a valid and official SSL certificate from a trusted CA