vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Integration with vBulletin - vBulletin Tweet Poster! (https://vborg.vbsupport.ru/showthread.php?t=216346)

Black Tiger 10-19-2012 12:02 PM

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.

nick-harper 10-22-2012 08:34 AM

Has anybody found a fix for this as yet :(

CristianoDiaz 10-22-2012 07:41 PM

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

Black Tiger 10-22-2012 09:32 PM

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!:)

Simon Lloyd 10-23-2012 12:21 AM

Quote:

Originally Posted by CristianoDiaz (Post 2375136)
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

Funny, i did all that a week ago but it didnt work, howvere i've just removed the change from OAuth and it worked, thanks :)

sleepyboy2004 11-05-2012 08:16 AM

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.

sleepyboy2004 11-05-2012 08:23 AM

If possible to manually authorize it by entering the info on a file and uploading it to the server? or forcing it?

mykkal 11-28-2012 07:01 PM

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:

Originally Posted by CristianoDiaz (Post 2375136)
I found the solution to the problem.

You have to change the URLs in several files:


SonSahne 05-26-2013 08:37 PM

Quote:

For some reason, authorization failed! I don't know!
Enough! :(

mykkal 05-26-2013 09:03 PM

Quote:

Originally Posted by SonSahne (Post 2424359)
Enough! :(

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).


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
  • Page Generation 0.02302 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete