A
A
Alexey Poloz2017-03-04 14:32:23
Programming
Alexey Poloz, 2017-03-04 14:32:23

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

1 answer(s)
R
Rou1997, 2017-03-04
@Rou1997

Perhaps the worst thing is that the hoster's IP range is blacklisted by Twitter.
Have you tried to analyze the problem?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question