is there any whatsapp api/url to get whatsapp profile picture of any user using contact number like facebook provide open url for get user profile picture using facebook id.
Asked
Active
Viewed 1.7k times
12
-
1This might help you : https://github.com/mgp25/Chat-API – Pro Mode Apr 13 '17 at 11:18
-
i research on it but not found any good solution @VladMatvienko – Hitesh Gehlot Apr 13 '17 at 12:02
-
Still no solution? – Sky Jan 22 '19 at 09:04
2 Answers
2
Check it watools.io. Whatsapp web will give profile picture from contact number (public profile)

sridharnetha
- 2,104
- 8
- 35
- 69
-3
Check it and solve it !
https://developers.facebook.com/docs/whatsapp/api/settings/profile/
Update or retrieve your profile settings using the WhatsApp Web Business Tool or by using API calls to the /v1/settings/profile endpoints.
Update Profile: About
To update your profile's About section use the /v1/settings/profile/about endpoint. Request
Send the text for your profile's About section in the text field of an API call to the /v1/settings/profile/about endpoint.
PATCH /v1/settings/profile/about { "text": "your-profile-about-text" }

hardy thummar
- 5
- 1
-
1The user asked how to retrieve the picture of the users, not of his own account – Federico Schiocchet Feb 17 '22 at 15:22