![]() |
Yep, I will wait for a fix for this too.
Maybe somebody finds out and can make a "find this and replace with such" kind of manual for us. |
Has anybody found a fix for this as yet :(
|
I found the solution to the problem.
You have to change the URLs in several files: In includes\twitterposter\twitteroauth\twitterOAuth.p hp Change: public static $TO_API_ROOT = "https://twitter.com"; To: public static $TO_API_ROOT = "https://api.twitter.com"; In includes\twitterposter\class_twitterposter.php Change: $content = $this->twitter_api('https://twitter.com/statuses/update.xml', array('status' => $this->status), 'POST'); To: $content = $this->twitter_api('https://api.twitter.com/1/statuses/update.xml', array('status' => $this->status), 'POST'); Also change: $content = $this->twitter_api('https://twitter.com/statuses/destroy/' . $this->statusid . '.xml', array(), 'POST'); To: $content = $this->twitter_api('https://api.twitter.com/1/statuses/destroy/' . $this->statusid . '.xml', array(), 'POST'); == That's it - I ran the scheduled task and the new threads went through to Twitter again. The key is not just the change to api.twitter.com, but on the two actual API calls, putting a /1/ before the API function. They added versioning to the API calls (but don't add it on the OAuth call). Hope that helps - it fixed it in my forum running 3.8 |
Christiano, you're the best! I also got 3.8.x running. Thank you very much for sharing your solution with us!!
Working like a charm again!:) |
Quote:
|
I made all my changes, however, when I try to authorize my Keys, on Fire fox it takes me to just a blank screen and on IE it gives me =/
The website cannot display the page HTTP 500 Most likely causes: •The website is under maintenance. •The website has a programming error. What you can try: Refresh the page. Go back to the previous page. |
If possible to manually authorize it by entering the info on a file and uploading it to the server? or forcing it?
|
I was able to get twitter posting again using the solution Cristan gave however hash tags aren't working. It's posting the link instead of the link plus hash tag. Does anyone know how to fix that?
Example: BOSTON MODELS $1000 to $1300 http://bit.ly/VCOESi SHOULD BE #CASTING BOSTON MODELS $1000 to $1300 http://bit.ly/VCOESi Quote:
|
Quote:
|
Quote:
This plugin hasn't been updated for a while and newer versions of vbulletin have been released. 3.8.7 has reached EOL (end of life). |
All times are GMT. The time now is 07:51 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|