The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBulletin Tweet Poster! Details »» | |||||||||||||||||||||||||||
Brought to you by Milad's vBulletin Services! Click install to receive support & updates. Please click install before you ask for help! You like it? nominate it. Introduction & Description It's amazing how twitter drives traffic to various websites around the web, so I thought it would be a very good idea to get advantage of it, because Twitter will bring us more traffic and more valuable registrations. This add-on runs as a scheduled task every ten minutes, and posts the newly posted threads to twitter in the form: Thread title - preview (if possible) - tiny or full URL. Threads must be in forums viewable by guests, not private forums. Features
How different is this from twitterfeed.com?
Happy Users of This Product! contact me to add your twitter account. Requirements
Installation
Upgrade
Troubleshooting
Credits I've used the Twitter's OAuth library, by Abraham Williams | http://abrah.am | @abraham Change log
Download Now
Show Your Support
|
Comments |
#662
|
||||
|
||||
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. |
#663
|
|||
|
|||
Has anybody found a fix for this as yet
|
#664
|
|||
|
|||
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 |
7 благодарности(ей) от: | ||
Black Tiger, EWGF, Goomzee, jimsflies, mykkal, ShawneyJ, Simon Lloyd |
#665
|
||||
|
||||
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! |
#666
|
||||
|
||||
Quote:
|
#667
|
|||
|
|||
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. |
#668
|
|||
|
|||
If possible to manually authorize it by entering the info on a file and uploading it to the server? or forcing it?
|
#669
|
||||
|
||||
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 |
#670
|
|||
|
|||
Quote:
|
#671
|
||||
|
||||
LOL it hasn't worked for a while. You have to use twitterfeed.com because they keep it working & authenticating.
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). |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|