venomous0x / WhatsAPI

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

I can not change the profile picture #953

Open recoverjp opened 10 years ago

recoverjp commented 10 years ago

$this->sendSetProfilePicture("http://i.imgur.com/ZkAtzhr.jpg");

When I try to send via URL with debug set to true, the following appears:

rx iq from="s.whatsapp.net" id="sendstatus-1410539422-1" type="error" rx error code="406" text="not-acceptable"></error rx /iq

But when i send $w->sendSetProfilePicture("demo/venom.jpg") it works.

hgc2002 commented 10 years ago

profile pictures must be square, JPG and at least 350 x 350 pixels.