Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Viber messenger API [closed]

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 has experience with reverse engeneering of Viber protocol or some else methods of communication with Viber. Or if someone can do it, please, write me, I have a suggestion for you.

like image 733
Vadim Kurochkin Avatar asked Apr 17 '14 06:04

Vadim Kurochkin


People also ask

Does Viber have API?

The API supports a variety of message types: text , picture , video , file , location , sticker , contact , carousel content and URL . Specific post data examples and required parameters for each message type are given below.

Is Viber API free?

With Viber's APIs, you can create unique experiences for users at scale. There are no registration fees and our team is here to support you through the development and integration process.

How can I get Viber API key?

Simply got to https://partners.viber.com/ and register new account. You'll receive approve code to your viber app, and you'll be able to receive chat bot API key when complete registration at yours viber APP.

What is Viber URI?

The URI is used for creating a deep link or to share the bot with potential new users. Get your bot URI by placing a call to the get_account_info API method. The URI is part of the response object.


1 Answers

All I did was createing an applicaion for UIautomate of viber message sending using viber desktop application. if you want to send bulk messages or messages to your contact do this way.

like image 162
shahram Avatar answered Sep 30 '22 11:09

shahram