Welcome Guest, Not a member yet? Register   Sign In
[ASK] Whatsapp Library on Codeigniter
#1

where i can to get whatsapp library on codeigniter? please help me..
#2

http://blog.philippheckel.com/2013/07/07...g-whatsapi

check it out this link, it is plain PHP, you can make it codeigniter without effort.
#3

(02-25-2015, 01:29 AM)rivalavista Wrote: where i can to get whatsapp library on codeigniter? please help me..

Not available now. Wink Tongue
Web Developer
#4

(This post was last modified: 07-02-2021, 01:32 PM by jreklund.)

(11-11-2020, 01:48 AM)Buchan Wrote:
(02-25-2015, 01:29 AM)rivalavista Wrote: where i can to get library on codeigniter? please help me
You can use below script to send message from whatsapp in 

Code:
PHP
.
Configure the source code in 

Code:
Apache
 and run 

Code:
examples/whatsapp.php
 file.
You have change below configurations.
Code:
//simple password to view this script
$config['webpassword'] = 'MakeUpPassword';
and
Code:
$config['YOURNAME'] = array(
'id' => 'e807f1fcf82d132f9bb018ca6738a19f',
'fromNumber' => '441234567890',
'nick' => "YOURNICKNAME",
'waPassword' => "EsdfsawS+/ffdskjsdhwebdgxbs=",
'email' => '[email protected]',
'emailPassword' => 'gmailpassword'
);
It's working for me..

Glad, it's work for me. Thank you for provide this code.
#5

Hii Steve, thanks for sharing it with us too.



                                                                                                      kinemaster mods
#6

(02-25-2015, 01:29 AM)rivalavista Wrote: where i can to get whatsapp library on codeigniter? please help me..

You can easily get from ( https://gbplus.net/)
#7

WhatsApp Business API
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )




Theme © iAndrew 2016 - Forum software by © MyBB