Cloudkibo / WhatsApp

0 stars 0 forks source link

Simulate Group Icon on Whatsapp for Creating and Fetching #77

Closed dayemsiddiqui closed 6 years ago

dayemsiddiqui commented 6 years ago

Need to write the logic to simulate the working of group icons on Whatsapp. Following end-point needs to be implemented:

POST /v1/groups/your-group-id/icon binary-image-content A successful response will show 200 OK and either null or {}.

GET /v1/groups/your-group-id/icon

Here is the link to the facebook documentation as well: https://developers.facebook.com/docs/whatsapp/api/groups

bjafri5 commented 6 years ago

This is complete. @Assadbintahir please test

Assadbintahir commented 6 years ago

I have tested this. It is working fine.

jekram commented 6 years ago

Thanks