I have validated and were approved for the summary_large_image card for “http://img.sbth.net/Qbnf”
Copy of Metas:
<meta name="twitter:site" content="@Studiobooth">
<meta name="twitter:title" content="Test Event - Test Client">
<meta name="twitter:description" content="Delhi, India">
<meta name="twitter:domain" content="sbth.net">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="http://img.sbth.net/photos/1564/041015Absolut0056.gif">
https://cards-dev.twitter.com/validator showing perfectly. But when I POST status through PHP API it only share text message (page url is added in message.). But this script is working on another domain.
$msg = “SOME TEXT http://img.sbth.net/Qbnf”;
$parameters = array(‘status’ => $msg);
$tweet = $connection->post(‘statuses/update’, $parameters);