Questions tagged [viber]

Viber lets you send free messages and make free calls to other Viber users, on any device and network, in any country.

Viber lets you send free messages and make free calls to other Viber users, on any device and network, in any country.

Viber syncs your contacts, messages and call history with your mobile device.

  • Best-quality HD voice calls
  • Video calls
  • Text, photo and sticker messages
  • Full sync between your mobile and Windows
  • Transfer ongoing calls between devices

Resources

216 questions
4
votes
0 answers

Mute Viber stickers sound

Im receiving Viber stickers with embedded sound. How to mute sound, only for stickers? I need to have other viber sounds as usual. (Incoming call sound, incoming notifications sound etc.)
weeraa
  • 1,123
  • 8
  • 23
  • 40
4
votes
3 answers

How to open specific contact chat screen in various popular chat/social-networks apps?

Background I've found that there is a way to open a specific contact conversation screen on WhatsApp, here . Not only that, but I've found that an app called "Drupe" does the same, and maybe even more…
android developer
  • 114,585
  • 152
  • 739
  • 1,270
4
votes
2 answers

Send message body and phone number to Viber

I try to get message and phone number in my app and then send a message to that number, I want to send this message via Viber application. I can send message with this code : Intent intent = new Intent(Intent.ACTION_SEND); …
mahdi
  • 16,257
  • 15
  • 52
  • 73
4
votes
2 answers

How to start Viber call from an Android app?

I am developing an Android application, and besides other functionalities it has to be able to place a call using Viber. I tried to use solution for Skype but without success. Error which I get is: 05-08 19:51:51.660: D/AndroidRuntime(29140):…
Nenad Bulatović
  • 7,238
  • 14
  • 83
  • 113
3
votes
0 answers

Subscribe and communication with Viber Bot

I followed the Viber Python Bot Tutorial to create a bot: https://developers.viber.com/docs/api/python-bot-api/ I have deployed a local server using Ngrok, following this…
stavroszaf
  • 51
  • 4
3
votes
1 answer

Viber bot: problem with opening images on iPhone

The image is successfully opened on Viber Android, Viber Macbook, Viber Windows, but the image does not open on an iPhone of any model. Link: https://loyalty.aptekanizkihcen.ua/binary/img/01EBCE62A36084CE3DF9E5AB2FD796E03567973D.jpg
3
votes
3 answers

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, like https://example.com/?t=2 everything will work.…
turing
  • 137
  • 1
  • 7
3
votes
1 answer

UnhandledPromiseRejectionWarning: Unhandled promise rejection/

I use an example from the viber site but I get this error. What could be wrong? Thanks! https://developers.viber.com/blog/2017/05/24/test-your-bots-locally (node:11512) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error…
Sined
  • 31
  • 2
3
votes
1 answer

Viber API documentation problem with conversation_started event

Official Viber API docs doesn't really help on this event, only emphasising that send_message shouldn't be endpoint when triggered. Does anyone know how to code this event for chatbot welcome message in PHP? I covered whole web and found nothing.
StrahinjaL
  • 45
  • 1
  • 7
3
votes
1 answer

Is there a way to generate URLs for local files?

I'm trying to create a Viber chat-bot that is able to send some pictures. I am required to send URL of an image as a parameter, but the images I want to send are on my desktop and I do not know how to get their URLs. I tried using requests: image =…
3
votes
4 answers

The file format is not supported - When a photo is send on WhatsApp

//Share image to all share = (Button)findViewById(R.id.facebook_app_id); share.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { Uri imageUri =…
it's JU
  • 31
  • 1
  • 2
  • 6
3
votes
1 answer

Using Viber API without public account

According to Viber site's documentation, a public account (PA) is required to work with its API: https://developers.viber.com/api/rest-bot-api/index.html. There is a standard form for registering these accounts by providing company's information,…
Nikolay
  • 77
  • 1
  • 8
3
votes
1 answer

Is it possible to obtain a history of messages via Viber API?

According to the API documentation (http://developers.viber.com/api/rest-bot-api/index.html#viber-rest-api), there are not many functions available. I would like to clarify is there a way to get the history of messages using the API? Update Because…
Nikolay
  • 77
  • 1
  • 8
3
votes
1 answer

Sending bulk-messages using viber-api and node.js through web app

Is there any way I can integrate viber's api to send bulk messages to viber contacts through web app ? I have a web app that is SSL certified and a public account in viber. This is their api:…
3
votes
1 answer

How to share an image file to WhatsApp and Viber on Android 7.1.1?

Background Similar to issues I've recently had with sharing/opening APK files (here, here and here) , I now have an issue of sending an image file (in assets, res/raw or even from a URL) to specific apps: WhatsApp and Viber. I need to be able to…
android developer
  • 114,585
  • 152
  • 739
  • 1,270
1 2
3
14 15