Set Facebook page cover photo
Replace the Page’s cover photo with the image at url. Facebook downloads the image from that URL itself. No feed story is created and followers are not notified. A cover photo can be replaced through the API but not removed - removing it has to be done on Facebook.
The image must be JPG, PNG, GIF, BMP or TIFF, 10 MB or smaller, and at least 400 x 150 px. 851 x 315 px is recommended (not enforced). An image that fails a check is refused with 422 VALIDATION_ERROR, with details.field set to url and details.reason one of invalid_url, unreachable, too_large, unsupported_type or too_small.
Needs the business permission on the connection. Connections without it get 403 CONNECTION_SCOPE_MISSING with reconnect_required: true - reconnect the account to fix it.
With a test key (sqk_test_...) the request is validated, including the image URL, and a success response is returned without contacting Facebook.
Requires scope social:write.
Authorizations
API key from Developer dashboard (Bearer token).
Path Parameters
Connected social account id.

