
06-13-2013, 09:05 PM
|
|
|
Join Date: Jan 2007
Location: Melbourne
Posts: 142
Благодарил(а): 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.
|
Thanks.
Will give it a try tonight!!
|