Questions tagged [whatsapi]

WhatsAPI is part of Chat API, a PHP library for interfacing to WhatsApp Messenger. DO NOT USE this tag for general programming related to WhatsApp, use [whatsapp] instead.

WhatsAPI is part of Chat API, a PHP library for interfacing to WhatsApp Messenger.

Links:

187 questions
0
votes
1 answer

Image sharing on Whatsapp not working

I want to share image from my app to Whatsapp but it's giving me the error "sharing failed , please try again" this is my code: String text = "Look at my awesome picture"; Uri pictureUri =…
Chand Ninder
  • 161
  • 5
  • 19
0
votes
0 answers

Android how to create a custom adjustments to an app from apk file?

First I will just say this is only for my personal use and will be used only on my phone. I saw allot of whatapp custom client (mods) on the internet for an example whatsapp plus. I am developing on android for some time now but I wasn't enable to…
0
votes
1 answer

How to give static title and image in code while sharing details to whatsapp (og)

I am doing share the details to WhatsApp from the website, it is working like I am giving https://www.facebook.com, which means it is automatically taking the: Title description image This not my requirement I want to give my Title and…
kumaran jayam
  • 33
  • 1
  • 2
  • 8
0
votes
3 answers

How to share details to whatsApp from my website

Here i am doing sharing some details WHATSAPP from my WEBSITE , for this i searched lot but i didn't my answer, if any one know means please update my code,Please see below after searching i used this code but it not working I tried like this …
kumaran jayam
  • 33
  • 1
  • 2
  • 8
0
votes
2 answers

Can we able to send messages on whats app through C# application without any third party tool?

I want to send whatsapp messages through c# program. I found out there are different gateway through which we can send messages from c# to whatsapp. but I want to create my own program through which we can send messages to whatsapp. Is it…
0
votes
1 answer

WhatsApp lastseen function how to

In order to retrieve the lasteen information for specific contact from whatsApp web interface I run the following code in Chrome 63.xx build it retrieves the following information highlighted with code. But I don't know how to interpret it, I…
Sonya Blade
  • 399
  • 7
  • 24
0
votes
2 answers

Whatsapp share not working in Webview

I have created a simple website app using webview in android studio and given it internet access permission also enabled java script on app When I have added a WhatsApp share button using this code
0
votes
4 answers

Get Whatsapp Password from Whatsapp api

How to get the whatsapp password using the whatsapp api? I am still learning on using the api and have no idea to use it. I'am using sublime code editor for the code. Below is the sample code that I receive from one of the tutorials.…
Amran
  • 627
  • 3
  • 11
  • 30
0
votes
0 answers

whatsapp c# Auth response error using WhatsAppApi

i need to connect with whats app message but i find difficulty with an error can't determine it string from = "+965********"; //( ) string to = txt_To.Text; // Mobile Number(+2011104******) string msg = txt_Message.Text; …
0
votes
1 answer

laravel 5.3 and whatsapi could not find driver

i have proplem thats i installed fresh laravel project and i installed whatsapi to send whatsapp message from my project .. i flowed the steps on this link enter link description here but my proplem when i did this in my route like…
Awar Pulldozer
  • 1,071
  • 6
  • 23
  • 40
0
votes
0 answers

WhatsApp Check Last Seen

I am using this repo https://github.com/mgp25/Chat-API - I've got the register tool working, but what I want to do is check when a user was last online. I currently have this code, which logs me in but doesn't seem to check the persons status - any…
BCLtd
  • 1,459
  • 2
  • 18
  • 45
0
votes
1 answer

Sending Images whatsapp mobile application and receiving on Server

I've looked at good amount of API available on the Github and other websites. I didn't found any script API which will be helpful for me to receive the images link sent from Mobile whats app application. did you found any API or script which will…
0
votes
1 answer

Chat laravel 5 and notificaciones whit Whatsapp

I'm doing a system with laravel 5 and want have a method of notification alerts to phone mobile. I have read that I can do it with whatsapi but not as useful or good that is. Any advice or recommendation?
Santiago Muñoz
  • 169
  • 1
  • 2
  • 12
0
votes
1 answer

remote server does not like whatsapi script line

I have just resolved one whatsapi issue on this forum and now am confronted with another one. I am running scripts by calling the classes in whatsprot.class.php. I can run all scripts on my local machine like a charm. But remote server doesn't like…
user3526204
  • 509
  • 5
  • 22
0
votes
0 answers

Whats app messages API not working online

i have used whats app API messages costume API from this URL : , its working in localhost mode but when i upload it to my website its not sending any messages to any number , i searched online for an answer and found this article talking about…