logo
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
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
Everyone around used to use IM. On my site I need to put a link that will open given instant messaging application (both on PC and on mobile) and open a send message to my number -
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
Oct 1, 2018 · My problem: I get a blank string when I print this. According to the docs, this is how you get a nested element. I suspect its not working because the elements are l
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
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 cod
Mar 3, 2021 · Could not find bot account token key, viber bot, node.js Ask Question Asked 5 years, 3 months ago Modified 5 years, 2 months ago
Mar 6, 2019 · In viber api docsI am unable to get any information how to generate the api key and auth token or how to create the viber public account. can you please suggest me t
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, yo