viber

send message by viber or whatsapp programmatically [closed]

匿名 (未验证) 提交于 2019-12-03 02:05:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: 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# code. Is there any document or API for this aim? 回答1: For Whatsup .NET API: https://github.com/perezdidac/WhatsAPINet For Viber .NET API: Couldn't found one for .NET or any other platform. 文章来源: send message by viber or whatsapp programmatically [closed]

how to share drawable image via viber and google hangout?

左心房为你撑大大i 提交于 2019-12-02 12:06:58
my code works fine when i share a image via whatsapp....but for viber , google hangout im getting "can't find photo" error. this is my code : int ImageResourse=imageAdapter.mThumbIds[position]; Uri path = Uri.parse("android.resource://dragonflymobile.stickers.lifestickers/" + ImageResourse); Intent shareIntent = new Intent(android.content.Intent.ACTION_SEND, path); ((Activity)getActivity()).setResult(Activity.RESULT_OK, shareIntent); //set the file/intent as result ((Activity)getActivity()).finish(); //close your application and get back to the requesting application like GMail and WhatsApp i

Viber messenger API [closed]

橙三吉。 提交于 2019-11-30 07:53:15
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. 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

send message by viber or whatsapp programmatically [closed]

こ雲淡風輕ζ 提交于 2019-11-30 04:48:17
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# code. Is there any document or API for this aim? For Whatsup .NET API: https://github.com/perezdidac/WhatsAPINet For Viber .NET API: Couldn't found one for .NET or any other platform. 来源: https://stackoverflow.com/questions/20946461/send-message-by-viber-or-whatsapp-programmatically

send message by viber or whatsapp programmatically [closed]

不问归期 提交于 2019-11-29 02:11:53
问题 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# code. Is there any document or API for this aim? 回答1: For Whatsup .NET API: https://github.com/perezdidac/WhatsAPINet For Viber .NET API: Couldn't found one for .NET or any other platform. 来源: https://stackoverflow.com/questions/20946461/send-message

How to start Viber call from an Android app?

こ雲淡風輕ζ 提交于 2019-11-28 08:49:19
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): Shutting down VM 05-08 19:51:51.660: W/dalvikvm(29140): threadid=1: thread exiting with uncaught exception (group=0x40018578) 05-08 19:51:51.680: E/AndroidRuntime(29140): FATAL EXCEPTION: main 05-08 19:51:51.680: E/AndroidRuntime(29140): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat

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

爷,独闯天下 提交于 2019-11-28 05:34:55
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 With the READ_CONTACTS permission in your manifest, you can get synced contacts given the account type. For WhatsApp it's "com.whatsapp" . So: Cursor c = getContentResolver().query( RawContacts.CONTENT_URI, new String[] { RawContacts.CONTACT_ID, RawContacts.DISPLAY_NAME_PRIMARY }, RawContacts.ACCOUNT_TYPE + "= ?", new String[] { "com.whatsapp" }, null); ArrayList<String> myWhatsappContacts = new ArrayList<String>(); int contactNameColumn = c

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

天涯浪子 提交于 2019-11-27 16:49:27
问题 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 offering for call to be made by all possible means for placing call - in this particular case, they were Dialer and Viber and Skype (or any other method added later). Second solution was to explicitly call Viber and place a phone number to be called as

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

本秂侑毒 提交于 2019-11-27 11:44:16
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 : https://lh3.googleusercontent.com/EQrs1jplMlP8SkOTdpqT4NzmgzGa5Wz2qageG1Pkjc6rKg0HBb-rwlOVW07_G7bAWgo=h900 The problem I can't find any official API of opening it this way, so I'm not sure how safe it is. I've found SDKs, but not intents instructions. The questions I'd like to know more about what's available for various social-networks and chatting apps : WhatsApp Facebook Messenger Viber

Launching Viber app via URL scheme on iOS

寵の児 提交于 2019-11-27 09:18:05
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:<phone_number> viber://chat:<phone_number> I followed this link but it's for Android. I sent a mail to the Viber support and they told me that this kind of URL (opening Viber call/chat with a phone number) are no more supported. When typing Viber version is 5.6. Look at their answer: support@viber.com : "Thank you for contacting us. Unfortunately, there isn’t such option in Viber." The only thing I've found is an