ignacio-chiazzo/ruby_whatsapp_sdk

Support File Upload Resumable Interface - Change Profile Picture

Opened this issue · 0 comments

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