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 - vBTwitter (https://vborg.vbsupport.ru/showthread.php?t=204694)

King Kovifor 03-01-2009 04:26 PM

Quote:

Originally Posted by mykkal (Post 1757630)
Yes they are encrypted. I see all kinds of weird characters in tables twitter_password and twitter_character

twitter_character?

mykkal 03-01-2009 04:55 PM

Quote:

Originally Posted by King Kovifor (Post 1757665)
twitter_character?

Sorry, i was mistaken.

There are three tables:
twiiter_username
twitter_character (encrypted)
twitter_size (encrypted)

Any ideas?

King Kovifor 03-01-2009 07:38 PM

You have a twitter_character table?

mykkal 03-01-2009 07:57 PM

no there is no character table. Not even sure why I wrote that. Sorry. It's just the three I mentioned above. I was thinking... There are funny characters there in that table and actually typed it. lol.

I can give you access to admin panel and database if you need to see yourself.

Quote:

There are three tables:
twiiter_username
twitter_password (encrypted)
twitter_size (encrypted)
Somehow it seems that the vBulletin mod is either sending the wrong authentication information to twitter, is encoding that information wrong, or is not sending it at all.

Again, this is the error I get when I try to tweet the thread.

Quote:

We're sorry, but the Username and Password provided within your User CP could not be authenticated. Please modify either your Username or Password to match your current Twitter Username / Password and try again.
Another question...Do forum permissions matter?

Another FYI. I just upgraded to php 5.2.8 a few days ago. Does it work on this version? All of my web applications are functioning fine.

King Kovifor 03-01-2009 08:42 PM

mykkal, vBTwitter is working fine. I believe I have narrowed this down to a show stopping bug in the twitter API that has stopped working. I will try to find a fix today or tomorrow, and either rewrite the authentication methods of the twitter class, my authentication verification, or work with Twitter to fix this problem. I've already @twitterapi'd the account to see if it's a bug. This now makes sense in my mind as it stopped working on my dev site, and several other sites have reported it since then. If you are having trouble, I hate to say it, but please be patient as I attempt to work with Twitter and myself and ragtek to solve this!

mykkal 03-01-2009 08:57 PM

Quote:

Originally Posted by King Kovifor (Post 1757899)
mykkal, vBTwitter is working fine. I believe I have narrowed this down to a show stopping bug in the twitter API that has stopped working. I will try to find a fix today or tomorrow... This now makes sense in my mind as it stopped working on my dev site, and several other sites have reported it since then.

This is good actually. Then that means I have no unique problems on my side. That's less headache for you and me.

Thanks a bunch. Let me know.

King Kovifor 03-01-2009 09:04 PM

You and me both. I was getting tired of trying to figure out why multiple people were having this exact same problem, at the exact same time after it had worked fine! Disabling the product will prevent any users from utilizing this.

mykkal 03-01-2009 09:11 PM

Do you think this will take weeks or days?

King Kovifor 03-01-2009 09:39 PM

Days. I think I'll be rewriting this to use XML... So, that'll be my top development priority. I'll leave 1.1 to ragtek for now.

mykkal 03-01-2009 09:49 PM

Quote:

Originally Posted by King Kovifor (Post 1757947)
Days. I think I'll be rewriting this to use XML... So, that'll be my top development priority. I'll leave 1.1 to ragtek for now.


thats awesome man..

King Kovifor 03-01-2009 11:05 PM

Just an FYI, I have a preliminary rewrite working on my development server. I now need to get it working into v1.0.2. Should be done soon.

Brandon Sheley 03-01-2009 11:16 PM

Quote:

Originally Posted by King Kovifor (Post 1758026)
Just an FYI, I have a preliminary rewrite working on my development server. I now need to get it working into v1.0.2. Should be done soon.

Sweet man!
keep up the good work :up:

King Kovifor 03-02-2009 02:25 AM

Loco.m check your DMs.

mykkal 03-02-2009 02:38 AM

Quote:

Originally Posted by King Kovifor (Post 1758026)
Just an FYI, I have a preliminary rewrite working on my development server. I now need to get it working into v1.0.2. Should be done soon.

I'd be happy to help you test.

King Kovifor 03-02-2009 03:35 AM

I don't want a big test, I have 1 Or 2 for quick testing, then release. Won't hold back the release.

mykkal 03-02-2009 12:46 PM

Quote:

Originally Posted by King Kovifor (Post 1758182)
I don't want a big test, I have 1 Or 2 for quick testing, then release. Won't hold back the release.

No problem. Just offering help. The mod has become important over here.

wmlvb 03-02-2009 01:45 PM

Will this mod work if have Facebook integration mod template edits or will they conflict?

mykkal 03-02-2009 01:52 PM

Quote:

Originally Posted by wmlvb (Post 1758502)
Will this mod work if have Facebook integration mod template edits or will they conflict?

The template edits are a major problem. If you disable the facebook mod it will break your forum. I have tried asking questions to the mod designer but he doesn't answer questions.

Honestly I think this mod isn't really supported and ought to be removed until the designer comes back.

ragtek 03-02-2009 01:53 PM

Could you post the link to the facebook mod?

mykkal 03-02-2009 02:17 PM

Quote:

Originally Posted by ragtek (Post 1758507)
Could you post the link to the facebook mod?

https://vborg.vbsupport.ru/showthread.php?p=1758511

King Kovifor 03-02-2009 02:23 PM

I don't have the facebook mod installed, so I don't know.

ragtek 03-02-2009 02:29 PM

Quote:

Originally Posted by wmlvb (Post 1758502)
Will this mod work if have Facebook integration mod template edits or will they conflict?

I looked at the templateedits from facebook connect and i'm sure theres nothing what could crash.

mykkal 03-02-2009 02:32 PM

Also I have the facebook mod installed. Facebook works but twitter does not.

ragtek 03-02-2009 02:35 PM

Yes, but thats because the twitter api class we're using is making troubles.
King Kovifor wrote that he will try to release the update soon

King Kovifor 03-02-2009 05:01 PM

Quote:

Originally Posted by mykkal (Post 1758541)
Also I have the facebook mod installed. Facebook works but twitter does not.

I have the new verification written in a test script. I need to port that script into our version, which will then be quickly tested by two people (other than me) and released.

King Kovifor 03-02-2009 05:38 PM

I've sent it to two people to test it out. :)

mykkal 03-02-2009 08:31 PM

Quote:

Originally Posted by King Kovifor (Post 1758669)
I've sent it to two people to test it out. :)

https://vborg.vbsupport.ru/external/2009/03/52.gif

itsbobtista 03-03-2009 01:32 AM

For some reason, I keep getting an error when trying to "Tweet This" that says my user name and password can't be authenticated. The credentials ARE correct. I reinstalled the add-in. Same issue. Please help :)

itsbobtista 03-03-2009 01:39 AM

nevermind, i see it's being worked on. Woot

KevinL 03-03-2009 02:29 AM

Quote:

Originally Posted by mykkal (Post 1757068)
Is there a way to give folks an option to tweet all their posts automatically? Or is it possible to make a social bookmark like icon that people can click on?

Like these:https://vborg.vbsupport.ru/external/2009/03/48.gifhttps://vborg.vbsupport.ru/external/2009/03/49.gifhttps://vborg.vbsupport.ru/external/2009/03/50.gifhttps://vborg.vbsupport.ru/external/2009/03/51.gif

Quote:

Originally Posted by King Kovifor (Post 1757200)
There will be an option in 1.1 for this.

That right there is great to hear!! That was actually what I was searching for :)

RedeemedWarrior 03-03-2009 06:05 AM

same issue with not authorized etc

ragtek 03-03-2009 06:29 AM

People pls stop posting that, we know that each Version < 1.0.3 is not working atm.
King Kovifor fixed that and sent it to 2 people to test it. I'll also try to test it, so if everything is ok 1.0.3 will be released today;)

smnet 03-03-2009 10:10 AM

I would like to see this be able to make a post to twitter with the text as defined by the user when they use it.

This would be in addition to a tweet this.

Effectively, allowing people to use the forum as a twitter proxy. Hundreds of our members use twitter and allowing them to update twitter though the site would stop them having to go off to twitter and then back, etc.... I'm sure the API will allow this, but I guess it depends on whether you want to code this in, or not.

ragtek 03-03-2009 10:18 AM

Quote:

Originally Posted by smnet (Post 1759178)
Effectively, allowing people to use the forum as a twitter proxy. Hundreds of our members use twitter and allowing them to update twitter though the site would stop them having to go off to twitter and then back, etc.... I'm sure the API will allow this, but I guess it depends on whether you want to code this in, or not.

Is already included in 1.1 but pls don't start now with posts ala "when will it be released;)")

Don't know if i'm allowed to post the screenshots because i'm just a co-author^^

And what exactly do you mean with:
Quote:

I would like to see this be able to make a post to twitter with the text as defined by the user when they use it.
All the users can put a text in the usercp and instead of "check this out" it would be the usertext?

King Kovifor 03-03-2009 12:23 PM

Ragtek, you can post screen shots. Just not in the first post. :)

ragtek 03-03-2009 12:42 PM

1 Attachment(s)
Allright:)

In version 1.1 we added a tweetpopup menu to the navbar
Attachment 95799
For all users without js there will be a own page.

The second new thing(all followers of our tweet profil will know*g*) is, that now "everything" will work with ajax.

King Kovifor 03-04-2009 12:53 AM

v1.0.3 will be released at some point tomorrow! Beta was very successful!

mykkal 03-04-2009 01:37 AM

Quote:

Originally Posted by King Kovifor (Post 1759709)
v1.0.3 will be released at some point tomorrow! Beta was very successful!

https://vborg.vbsupport.ru/external/2009/03/44.gif

Brandon Sheley 03-04-2009 01:45 AM

Quote:

Originally Posted by mykkal (Post 1759725)

good to hear about the updates :)

ArnyVee 03-04-2009 01:54 AM

Gotta love Ari Goldstein! :up:


All times are GMT. The time now is 02:25 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.01477 seconds
  • Memory Usage 1,828KB
  • 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
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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