我如何找到该应用程序 [英] How do i find the app

查看:71
本文介绍了我如何找到该应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要Whatsapp Api.dll文件。 for Whatsapp Windows Apllication on C#



我尝试过:



试图通过谷歌在网上找到但仍然没有找到。请发给我一个链接或收件箱我在facebook @ [电子邮件删除]

I need Whatsapp Api.dll file. for Whatsapp Windows Apllication on C#

What I have tried:

tried to find on net via google but still did`t find. please send me a link or inbox me on facebook @ [Email removed]

推荐答案

您可以参考以下链接(
The php WhatsApp library







GitHub - mgp25 / Chat-API:php WhatsApp库 [ ^ ]



谢谢,


)

GitHub - mgp25/Chat-API: The php WhatsApp library[^]

Thanks,


WhatsApp不支持官方API。因为WhatsApp的数据保留在设备上而不是中央服务器上,这意味着拥有API,API也必须在设备上,然后在服务器上,然后请求应该发送到设备和身份验证和授权......停止它!长话短说,他们没有官方API。



互联网上有许多第三方自定义库,对于C#,你可能想在NuGet画廊上搜索并获得一个包。例如, https://www.nuget.org/packages/Whatsapp.NET/1.2。 1 [ ^ ] < br $>


您可以通过执行以下命令下载软件包:

WhatsApp doesn't support an official API. Because the data of WhatsApp remains on the device and not on a central server, it means that to have an API the API must also be live on the device, and then on the server, and then the requests should be sent down to the device and authentication and authorization and... Stop it! Long story short, they don't have an official API.

Many third-party custom libraries are available on the Internet, for C#, you may want to search on NuGet galleries and get a package. For example, this one, https://www.nuget.org/packages/Whatsapp.NET/1.2.1[^]

You can download the packages by executing the following command:
Install-Package Whatsapp.NET -Version 1.2.1



NuGet包管理器会自动下载并存储项目中的.dll文件。您可以将.dll文件保存在您想要保留的位置。但这也没有任何意义。


NuGet package manager would automatically download and store the .dll file in your project. You may keep that .dll file somewhere that you want to keep it. But that doesn't make any sense, either.


这篇关于我如何找到该应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆