PHP - Post Media / Image to twitter
问题 I got code changing twitter status, unfortunately it does not posting image. Please review my code and help me posting image with text. $consumerKey = ''; $consumerSecret = ''; $oAuthToken = ''; $oAuthSecret = ''; include "OAuth.php"; include "twitteroauth.php"; require_once('twitteroauth.php'); $tweet = new TwitterOAuth($consumerKey, $consumerSecret, $oAuthToken, $oAuthSecret); $tweet->post('statuses/update', array('status' => 'PHP --> example.co.uk <-- ', 'media[]' => "http://www.balanced