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
7
votes
4 answers

How to open Viber public chat from Android app

I know how to open a conversation with a number in Viber: How to start Viber call from an Android app [new version]? But how do I open a public chat? Any ideas? Thanks in advance
Erick Filho
  • 1,962
  • 3
  • 18
  • 31
7
votes
3 answers

How to get contacts which are used in whatsapp or other application in android

Hi i want to get contact which are used by other application (like whatsapp or viber ) please see in below image please help me about this issue thanks
Vijay Rajput
  • 1,091
  • 1
  • 13
  • 18
7
votes
3 answers

How to start Viber call from an Android app [new version]?

A while ago I created this post, and my colleague and I have found two different answers to it (both of them worked): First solution was to use Intent callIntent = new Intent("android.intent.action.CALL_PRIVILEGED"); which would open new window…
Nenad Bulatović
  • 7,238
  • 14
  • 83
  • 113
6
votes
3 answers

Viber REST API, how to find Unique Viber user id?

Resource URL https://chatapi.viber.com/pa/send_message General send message parameters I am trying to send message to viber from Postman. I don't know how to find Unique Viber user id, that parameter is required. I am getting this…
Aleksandra
  • 91
  • 2
  • 2
  • 7
6
votes
1 answer

how to detect incoming Skype/Viber call

I am developing a music app and for that I need to detect incoming calls (Phone, Skype, Viber etc) in order to stop the playing song. I can detect GSM calls using PhoneState listener. Is there any way to detect data/VoIP (Skype, Viber) calls?
SohailAziz
  • 8,034
  • 6
  • 41
  • 43
6
votes
0 answers

How to Embed call Viber on website?

I have an idea to make call by viber in a website. Example, when you go to my website by smartphone, you want to contact me, and we are also use Viber. You can click on "Call viber" button to make a call. It's look like…
Hello Sun
  • 133
  • 1
  • 4
  • 16
5
votes
0 answers

Viber: how to delete message with API

How can I delete a message sent with my bot to user? If the message contains buttons it would affect them? Do they disappear? What is the best way to remove buttons?
Eugene Lisitsky
  • 12,113
  • 5
  • 38
  • 59
5
votes
1 answer

How to share image + text on viber / instagram?

On Android I try to share image + text like this : Uri imageUri = Uri.parse("android.resource://" + getPackageName() + "/drawable/" + "ic_launcher"); Intent shareIntent = new Intent(); shareIntent.setAction(Intent.ACTION_SEND); …
zeus
  • 12,173
  • 9
  • 63
  • 184
5
votes
1 answer

Start a Viber chat when users click a link

I am trying to find a way to start a viber chat when a user clicks on a link like Start a viber chat with us but I had no luck so far finding the correct URI to do this. I know for example that I can use skype://username?call or…
Jon S
  • 65
  • 1
  • 7
5
votes
1 answer

Send message from webserver to mobile chat app (like WhatsApp, Viber or Kik) on my smartphone?

I would like to send notifications from my webserver to my smartphone, preferably through one of the popular mobile chat apps like WhatsApp, Viber or Kik. Is there any known documentation or API or something, that describes how to send a message to…
William Clark
  • 315
  • 2
  • 4
  • 7
4
votes
1 answer

android password or phone number to sign in

I created this question to gather information only. I just read about the phone WhatsApp and Viber chat applications and notice it using the phone number to sign the user in. This is really good as for user experience not have to remember passwords…
Erik
  • 5,039
  • 10
  • 63
  • 119
4
votes
1 answer

Getting wrong image out from Viber's keyboard button's Image

I am creating a Viber bot via Viber REST API using PHP. I am trying to understand how to create the Keyboard design set by Viber but to no avail. How to make it look like the same from the example provided by Viber's keyboard design? [ [ …
MiniDr
  • 191
  • 1
  • 11
4
votes
2 answers

Viber API get all subscribers

I am trying to create a Viber Bot and looking for the method that can run through all subscribers I have in the specific Public account I checked out all methods from Documentation but haven't found anything like "get_all_subscribers" or…
Sigmund
  • 748
  • 1
  • 8
  • 28
4
votes
1 answer

Why I got user name Subscriber at Viber chat API?

When users subscribe to my Viber PA I make a request to https://chatapi.viber.com/pa/get_user_details And get back strange user.name [user] => Array ( [id] => *** [name] => Subscriber [avatar] =>…
Pavel Zorin
  • 331
  • 6
  • 17
4
votes
2 answers

How to make deep link for Viber that will redirect to specific number on mobile phones

I need a deep link that will redirect to specific number on Viber. I have for now this, but it's working as it should on computer, not phones. Viber I saw this…
Goran Sovilj
  • 77
  • 1
  • 9
1
2
3
14 15