How can i get contact list from some group from whatsApp, or how i can create group in WhatsApp with contacts from my app? I didn't see an public API for this purposes but app like Drupe has such functionality. How it could be implemented?
Asked
Active
Viewed 9,197 times
1
-
Like you rightly mentioned, WhatApp doesn't have any public API for Android. There were some 3rd party APIs that did integrate Whatsapp, but all were found to be in violation of WhatsApp Terms and Conditions. Several apps back-compiled a WhatsApp versions (I know that version 1.0.3 was decompiled due to low obfuscation), but that is also illegal. – Ankur Aggarwal Oct 23 '15 at 04:57
-
@AnkurAggarwal but how Drupe can do this without api and access to whatsApp db? – Lester Oct 23 '15 at 05:06
-
As I said, several versions were de-compiled. I believe they use back-compiled code. Maybe code-injection. In a nutshell, IMHO, they are not doing anything thats legal – Ankur Aggarwal Oct 23 '15 at 05:09