copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
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
hyperlink - HTML Viber link to specific number - Stack Overflow I need help to implement Viber number in my application It should connect user directly with Viber chat option and it should add specific number where message need to be send Is it possible to do
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
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
Can we locate a user via users phone number in Android? How come Viber and VChat apps are locating user locations via their phone numbers? Here are some apps on the app store: Cell Tracker Mobile Number Phone Location Mobile Number Locator Seeking for a reliable answer
Newest viber-api Questions - Stack Overflow 0answers 166views Php Viber API bot should get messages So i have a Viber bot which is being developed, and it should be able to save the messages users are sending to him, but it is not working I tried using some debug methods, send POST manually, but id php viber viber-bot
callback - Viber API get all subscribers - Stack Overflow According to viber documenation Viber API We recommend that you record the subscriber ID of each subscriber, as there’s no API for fetching all subscriber IDs for your bot You can find the subscriber ID in the sender id property of the Message callback, or the user id property of the Subscribed callback You can see whether a user is subscribed in the subscribed parameter of the
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