vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - WS vBulletin Tweet Poster (https://vborg.vbsupport.ru/showthread.php?t=236278)

Dragonsys 06-24-2010 09:46 PM

Quote:

Originally Posted by KURTZ (Post 2059028)
sure and got this:



obviously i edited the two files like Mosh said in the FAQ ...

edit: anyway with is.gd i can send the tweets but i got the error that i noticed above ...

Quote:

Originally Posted by Dragonsys (Post 2056455)
grab the twitter.php which is attached to this post. This fixed it for me

The twitter.php which the OP links to does not work properly with this mod.

phkk 06-25-2010 08:53 PM

What if you do not want to use a url shortening service?

What if you do not want to use a url shortening service?

What if you do not want to use a url shortening service?

KURTZ 06-26-2010 09:30 AM

Quote:

Originally Posted by Dragonsys (Post 2059060)
The twitter.php which the OP links to does not work properly with this mod.

with that file i got this:

Quote:

Warning: curl_setopt_array() [function.curl-setopt-array]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in [path]/includes/twitter.php on line 189
/statuses/update.xml Could not authenticate you. Unauthorized on line 229 in /home/fniv/domains/fniv.it/public_html/latest/includes/twitter.php
#0 /home/fniv/domains/fniv.it/public_html/latest/includes/twitter.php(648): Twitter->doCall('statuses/update...', Array, true)
#1 /home/fniv/domains/fniv.it/public_html/latest/newthread.php(274) : eval()'d code(33): Twitter->updateStatus('test test test ...')
#2 /home/fniv/domains/fniv.it/public_html/latest/newthread.php(274): eval()
#3 {main}


Warning: Invalid error type specified in [path]/vb/vb.php on line 287

merk_aus 06-27-2010 06:00 AM

Quote:

Originally Posted by phkk (Post 2059564)
What if you do not want to use a url shortening service?

What if you do not want to use a url shortening service?

What if you do not want to use a url shortening service?

This has already been answered in the thread instead of just posting, especially the same question over and over, read the thread.

EDIT: See how hard this was looking at page three of an eight page thread - click here.

I do wish people would read what has been said instead of just posting a new thread would allow everything to run smoother.

Dragonsys 06-28-2010 01:32 PM

Quote:

Originally Posted by KURTZ (Post 2059788)
with that file i got this:

Please read the 1st Post.... This is answered in the Q&A listed there

Quote:

Question:

I see an error that says "Warning: curl_setopt_array() [function.curl-setopt-array]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in [path]/bitly.php"

Answer:

Looks like that is a safe_mode issue... but should be easily fixable. In bitly.php, find:
PHP Code:
$options[CURLOPT_FOLLOWLOCATION] = true;
Change it to:
PHP Code:
$options[CURLOPT_FOLLOWLOCATION] = false;
$options[CURLOPT_HEADER] = true;
You may also want to do the above in twitter.php as well, if you are still getting the same error message just to be on the safe side.

pant 06-28-2010 02:03 PM

Wonder when we'll get an update for this?

Dragonsys 06-29-2010 03:02 PM

Quote:

Originally Posted by pant (Post 2061116)
Wonder when we'll get an update for this?

since it is unsupported I would not hold my breath.

I got it to work with OAuth on my site, it only requires a couple of minor changes to the product, the new twitter.php file, a custom app on Twitter.com, and your consumerKey, consumerSecret, oauthKey & oAuthSecret...

pant 06-29-2010 06:58 PM

Would you mind doing a write up or explaining how to do what you've said? I and many others would really appreciate it.

Mosh 06-30-2010 08:14 PM

IMPORTANT NOTICE UPDATE: Through no fault of my own, this hack will now cease to work on [S]Wednesday 30th June 2010[/S] Monday 16th August 2010 (that is an extra six week reprieve) as Twitter is turning off Baic authentication and only allowing the use of OAuth authentication (this hack currently uses a Basic authentication Twitter class to tweet your threads/posts). Please see this announcement by Twitter - http://dev.twitter.com/announcements for more information.

There is no ETA when this hack will be updated to use OAuth authentication, but just to let you know that I have started working on it, and it should be released before xAuth is turned off.

Videx 06-30-2010 08:42 PM

Whew! Good news, thanks for sharing. And for working on the update.


All times are GMT. The time now is 01:18 AM.

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.01521 seconds
  • Memory Usage 1,746KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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