About 54 results
Open links in new tab
  1. 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 …

  2. Image from Open Graph is not appearing in Telegram/Viber

    Jan 21, 2021 · 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 …

  3. Viber Bot REST API - Getting Messages from Bot - Stack Overflow

    Mar 21, 2022 · 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 …

  4. Newest 'viber-api' Questions - Stack Overflow

    Jun 19, 2023 · 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 …

  5. Viber: Extract contact numbers & Names of a one particular VIBER group

    Jan 25, 2022 · I'm in a certain Viber group. I need the contact numbers & names of people who in a ONE GROUP name into an Excel/CSV file/ I tried some methods mentioned here, but it just extracts …

  6. How to send message with viber bot to group chat?

    Feb 5, 2023 · 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 …

  7. How to create a custom connector in rasa for Viber connectivity

    Aug 12, 2022 · 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 …

  8. Is there a way to obtain an api key from Viber? - Stack Overflow

    Jul 6, 2018 · 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 …

  9. Android ADB access to application databases without root

    Can anyone tell me, is it possible to use the ADB to pull and push a database from an app, without root privileges on the phone? For example, I know the location on my rooted magic and dream is: /d...

  10. How to receive viber REST API callbacks (using java, spring)?

    Oct 9, 2019 · @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 …