java - How to get the viber api key and auth token of viber to call . . . 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 the steps or any working example code how to achieve the above requirements
Viber REST API, how to find Unique Viber user id? - Stack Overflow Normally you should collect Viber IDs from all callbacks and store in DB for future use But if you missed that step you can collect Viber IDs of online subscribed users by periodic call to get_online endpoint and then use get_user_details endpoint to get more info about unknown ones
How to send message to Viber bot with Python? - Stack Overflow To simulate a webhook request from Viber, you must send the X-Viber-Content-Signature header Also this value must be a SHA256 hash computed using the auth token and the webhook payload as described in their API docs under Callbacks
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
url - Create a link that will open Viber and WhatsApp and will send a . . . for Viber this format works with public accounts if you have a viber username you can use the same method https: viber me username will send you to the page this even work for facebook if your facebook profile is visible to search engines, you can use this method
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