简体   繁体   English

如何将WhatsApp API与C#WPF Windows Application PC集成

[英]How to Integrate whatsapp api with c# wpf windows application pc

I am working on windows application (wpf c#), in which i have to integrate whatsapp api. 我正在使用Windows应用程序(wpf c#),其中我必须集成whatsapp api。 So that i can post images in whatsapp using the windows application 这样我就可以使用Windows应用程序在whatsapp中发布图像

I googled about integrating whatsapp api with c# wpf, but didnt find a proper solution. 我用谷歌搜索有关将whatsapp api与c#wpf集成在一起,但是没有找到合适的解决方案。

Can you please guide me about how to integrate whatsapps with c# wpf application or provide with some useful links 您能否指导我有关如何将whatsapps与c#wpf应用程序集成或提供一些有用的链接的指导,

I guess the only possible way is to build an android application to listen to your C# software and post to WhatsApp. 我猜唯一可能的方法是构建一个Android应用程序以侦听您的C#软件并将其发布到WhatsApp。

You can create a virtual Android OS installed on the server, and install WhatsApp and your customized application on it. 您可以创建一个安装在服务器上的虚拟Android OS,然后在该服务器上安装WhatsApp和您的自定义应用程序。

In other words, the Android application will act as an intermediate layer between the C# and WhatsApp. 换句话说,Android应用程序将充当C#和WhatsApp之间的中间层。

Please check the following link to help you integrate your Android Application with WhatsApp: 请检查以下链接,以帮助您将Android应用程序与WhatsApp集成:

http://www.whatsapp.com/faq/en/android/28000012 http://www.whatsapp.com/faq/en/android/28000012

Regards, 问候,

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在C#WPF应用程序的客户端PC文件夹中管理3000个文件 - Managing 3000 files in a client PC folder for a C# WPF application 不使用PC时自动注销应用程序C#Windows应用程序 - automatic logoff application when pc not used C# windows application 如何在C#中将WPF窗体设置为Windows窗体应用程序主窗体 - how to set wpf form as windows form application mainform in c# 如何为C#wpf应用程序自定义Windows 8.1相机应用程序 - how to Customize windows 8.1 camera app for C# wpf application 如何将GUI dll集成到另一个应用程序(例如Windows或wpf应用程序) - how to integrate a GUI dll into another application (like windows or wpf application) 关闭 C# WPF 应用程序中的所有窗口 - Closing all Windows in a C# WPF application 如何使C#Windows Form应用程序仅在单个PC上运行? - How to make c# windows form application run only on a single PC? 如何在另一个PC上部署具有数据库的C#Windows窗体应用程序? - How to deploy a C# windows form application that has database on another PC? 如何将智能卡与我的C#应用​​程序集成? - How to integrate smartcard with my c# application? 如何将C#帮助集成到控制台应用程序 - How to integrate c# help into console application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM