venomous0x / WhatsAPI

Interface to WhatsApp Messenger
2.59k stars 2.14k forks source link

Is there a limit to WhatsApp "contact list" when syncing? #1062

Open boxim opened 9 years ago

boxim commented 9 years ago

I have read about the sync procedure: https://github.com/mgp25/WhatsAPI-Official/wiki/Sync

And I have a question regarding WhatsApp sync limitation.. Lets say I am syncing my contacts one after the other meaning doing a: $wa->sendSync($numbers, $mode = "full", $context = "registration", $index = 0, $last = true); for each of my contacts..

Is there a limitation to the number of contacts I can have in my WhatsApp contacts list - on WhatsApp server (a limit to the numbers that are linked to mine I mean..)

Thank in advanced, Din.

echoashu commented 9 years ago

I had synced around 500 contacts once. I had no issues :) Although few of them were not on whatsapp.

And you can sync the array of numbers all at once, or each time you have new numbers .. anyway you want but $number is of array format.

boxim commented 9 years ago

Ok thanks.. but how many contacts can I have linked to my phone number on whatsapp server? What happens if I link another 1500?

prajeshmadhavi commented 9 years ago

I sync 1500 contancts at a time. it works smoothly.

Regards,Prajesh Madhavi Software Solution Architect Custom Software Development | Website Development | IT Consulting www.noesistech.com http://www.noesisinfotech.com | Mob: +91 9920755058

On Wed, Dec 24, 2014 at 9:47 PM, boxim notifications@github.com wrote:

Ok thanks.. but how many contacts can I have linked to my phone number on whatsapp server? What happens if I link another 1500?

— Reply to this email directly or view it on GitHub https://github.com/venomous0x/WhatsAPI/issues/1062#issuecomment-68061510 .