took image url from twitter:image tag
uploaded it succesfully, got media_string_id.
Trying to create website card - and getting
{ media_id: 740655211711205400,
media_id_string: ‘740655211711205376’,
size: 71870,
expires_after_secs: 86400,
image: { image_type: ‘image/jpeg’, w: 460, h: 259 } }
starting to create website card;
{ [Error: Twitter-Ads API Error: The image file should have width : height ratio of 5 : 2]
allErrors:
[ { code: ‘INVALID_IMAGE’,
message: ‘The image file should have width : height ratio of 5 : 2’,
parameter: ‘’ },
{ code: ‘INVALID_IMAGE’,
message: ‘The image should be wider than 800 pixels’,
parameter: ‘’ },
{ code: ‘INVALID_IMAGE’,
message: ‘The image should be taller than 320 pixels’,
parameter: ‘’ } ] }
failed to create card
This means the publisher made mistake in its photo? what’s the standard fallback? take og:image? starting to play with image myself?