Answer the question
In order to leave comments, you need to log in
Why aren't posts on Twitter published from the server?
Recordings are published from the computer when I upload to an external server - no
What's the problem?
require_once "twitter/twitteroauth.php";
$CONSUMER_KEY = "бла";
$CONSUMER_SECRET = "блабла";
$OAUTH_TOKEN = "бла-бла";
$OAUTH_SECRET = "блабла";
$connection = new TwitterOAuth($CONSUMER_KEY, $CONSUMER_SECRET, $OAUTH_TOKEN, $OAUTH_SECRET);
$content = $connection->get('account/verify_credentials');
$quote='123';
$connection->post('statuses/update', array('status' => $quote));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question