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
34
votes
1 answer

Viber messenger API

I'm looking for a library to do requests to Viber messenger server. I need to: send messages to users; check sent messages delivery status; check that a user has Viber account. I know that Viber has no open API for developers, but maybe someone…
Vadim Kurochkin
  • 426
  • 1
  • 4
  • 6
19
votes
1 answer

send message by viber or whatsapp programmatically

I have a system with some members. my members should receive one message each day. I want to send this message via Viber or whatsapp (or if there are others app like them). But I dont want to send messages one by one. I want to send by asp.net c#…
user3125254
  • 219
  • 1
  • 3
  • 6
18
votes
2 answers

HTML Viber link to specific number

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 this through HTML? What could be other way?
Velimir Lazarevic
  • 303
  • 1
  • 4
  • 14
18
votes
1 answer

share image does not work in viber and facebook

I use the code below for sharing images but unfortunately it works only for Line, not for Facebook and Viber Code: Intent share = new Intent(android.content.Intent.ACTION_SEND); share.setType("image/png"); share.putExtra(Intent.EXTRA_STREAM,…
hosseinAmini
  • 2,184
  • 2
  • 20
  • 46
15
votes
1 answer

Is it possible to create custom Viber stickers?

I have been thinking about developing my own custom Viber sticker but I can't get to any good source to give me some information about this. Does anyone know how to do this? Or is it possible at all? If yes, please let me know what do I need to do…
ehsan0x
  • 660
  • 5
  • 10
  • 24
14
votes
8 answers

Create a link that will open Viber and WhatsApp and will send a message to me

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 - and I can't find a way! I suppose to use some URL scheme to do that,…
Alexander
  • 464
  • 1
  • 5
  • 17
13
votes
4 answers

How Viber select the image to display from HTML page

when I send some URL to someone via Viber the Viber load the URL and displays image representing the HTML page. How to tell the HTML page what image it should be?
mojmir.novak
  • 2,920
  • 3
  • 24
  • 32
10
votes
2 answers

How to send message to Viber bot with Python?

I have following HTTPS server: from flask import Flask, request, Response from viberbot import Api from viberbot.api.bot_configuration import BotConfiguration from viberbot.api.messages import VideoMessage from viberbot.api.messages.text_message…
Dmitrij Kultasev
  • 5,447
  • 5
  • 44
  • 88
9
votes
2 answers

Viber keeps putting clicked button url into conversation

I am making a chat bot app that searches for flights. When a flight is found, I return a carousel with buttons and I want user to be redirected to the website after clicking on them. It works, only problem is that clicking button puts the URL into…
Milan Halada
  • 1,943
  • 18
  • 28
9
votes
2 answers

Send message from Viber bot to subscribed user

I'm trying to send the message from the Viber bot to subscribed user. I can get the subscribed User ID, however when I send the message, I get 500 error. from flask import Flask, request, Response from viberbot import Api from…
Dmitrij Kultasev
  • 5,447
  • 5
  • 44
  • 88
8
votes
1 answer

Check if the number is registered in Viber, WhatsApp or iMessage

I have a database of 4500 phone numbers. I would like to check if these numbers are registered in one of the messengers. Is there a ready-made solution for doing that?
Vlad117
  • 125
  • 1
  • 6
8
votes
10 answers

Launching Viber app via URL scheme on iOS

I'm making an iOS app which can open Viber app and automatically call a person or go to chat window with the person. Is there any url scheme for Viber to do that such as: viber://tel: viber://chat: I followed this link…
Scofield Tran
  • 828
  • 1
  • 18
  • 30
8
votes
1 answer

How to send message from Android app through Viber message

I want to write small Android app to send the message through Viber to people whom are listed in my contact list. But I could not find any sample code to do this task. If you know how to do this task. Please teach me. Vonbk
vonbk
  • 175
  • 1
  • 2
  • 3
7
votes
2 answers

how to convert RTPDUMP video file to mp4

Viber recently got "instant video message" option, called also "video push-to-talk" (vptt). Inside viber data in directory ".vptt" there are files with vptt extension. Envelope format is classic ZIP file, when extracted gives jpg-thumbnail and…
Asain Kujovic
  • 1,700
  • 13
  • 19
7
votes
0 answers

How to check that contact is on Viber or not?

Is there any way to show that the contact is on the Viber application or not ? In other words,is it possible to get the list of 'Connection' of a phone number ?
S.M_Emamian
  • 17,005
  • 37
  • 135
  • 254
1
2 3
14 15