
06-19-2013, 06:41 AM
|
|
|
Join Date: Aug 2005
Location: Netherlands
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by QFIT
You can get the two updated OAUth modules from https://github.com/abraham/twitteroa...r/twitteroauth
Place them in includes\twitteroauth.
Also, in the vBulletin 2 Twitter: Thread To Twitter plugin, you will see four lines near the end as follows:
// if ($twitterApiLimitCheck->remaining_hits > 0)
// {
$twitter->post('statuses/update', array('status' => $tweet));
// }
Comment the three lines out as I have above.
Warning, I do not know PHP. I just guessed that this would work, and it does.
|
Works perfect, many thanks!!
|