ruby_whatsapp_sdk
ruby_whatsapp_sdk copied to clipboard
Support File Upload Resumable Interface - Change Profile Picture
Is your feature request related to a problem? Please describe.
For change Profile Picture, sic, the upload of image works different of rest the cloud sdk api, it's based on resumable interface.
Specification for profile_picture_handle field in: https://developers.facebook.com/docs/whatsapp/cloud-api/reference/business-profiles/
Resumable Interface Upload: https://developers.facebook.com/docs/graph-api/guides/upload
Additional context I Tried use Koala gem, but only helped for call the graph api, does not have support for resumable upload too