MyBB Community Forums

Full Version: [TUTORIAL]Integrate Twitter Logins with MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
(2012-02-01, 11:56 PM)Netvalar Wrote: [ -> ]I got it working but was wondering about the potential of twitter bots registering using this?? Wouldn't the process increase registration spam??

I haven't heard of any Twitter bots in existence that are smart enough to find sites that support Twitter registration, fill out a form and/or authorize an app, and then spam the site.
amazing... I will try later
Hello, need help with the following Error with MyBB 1.6.6:

Deprecated: Function split() is deprecated in /home/content/public_html/twitterOAuth/OAuth.php on line 719

Deprecated: Function split() is deprecated in /home/content/public_html/twitterOAuth/OAuth.php on line 723

Deprecated: Function split() is deprecated in /home/content/public_html/twitterOAuth/OAuth.php on line 723

Deprecated: Function split() is deprecated in /home/content/public_html/twitterOAuth/OAuth.php on line 723

Warning: Cannot modify header information - headers already sent by (output started at /home/content/public_html/twitterOAuth/OAuth.php:719) in /home/content/public_html/twlogin.php on line 39
^ see response here
(2010-11-11, 05:46 PM)afrothunder Wrote: [ -> ]
(2010-11-11, 04:32 PM)yamanadnan* Wrote: [ -> ]
https://twitter.com/oauth/authenticate?oauth_token= 

Woah there!
This page is no longer valid. It looks like someone already used the token information you provided. Please return to the site that sent you to this page and try again … it was probably an honest mistake.

where did i mistake ha?

http://community.mybb.com/thread-65544-p...#pid594190

Do I need to modify anything in Callback.php besides the fid value?
And if yes, where?

I am not even getting the option to login with twitter on my site.. Sad

When I try to access http://mcxcommoditytrading.com/forum/twlogin.php

It says to enter the pin on site but where? No idea.

Also I want a register with twitter option near signup option.

Please help
It won't work for me.
Fatal error: Cannot redeclare class OAuthException in /home/******/*****/exclusiveforums.net/public_html/twitterOAuth/OAuth.php on line 8
Anyone help.
thx for this
Totally bumping this...

[code[Fatal error: Class 'SQLiteDatabase' not found in /###/public_html/forum/callback.php on line 65[/code]

My question is, do I have to install mybb on SQLite? It is currently installed on MySQL, and I am getting this error. Is there any way to get it to work on mysql?

SQLite, and PDO installed, but still getting this error...
(2012-04-09, 09:37 AM)Dragon_Void Wrote: [ -> ]Totally bumping this...

[code[Fatal error: Class 'SQLiteDatabase' not found in /###/public_html/forum/callback.php on line 65[/code]

My question is, do I have to install mybb on SQLite? It is currently installed on MySQL, and I am getting this error. Is there any way to get it to work on mysql?

SQLite, and PDO installed, but still getting this error...

MyBB can be installed on MySQL, SQLite just needs to be available on the server.

It sounds like SQLite is not installed properly. Check http://serverfault.com/questions/117610/...ar-www-php

It is possible to not use SQLite at all, theres no technical reason for the requirement, but the code would have to be changed to use MySQL instead (which could be time consuming)
I've tried on my forum in 2 twitter accounts and no goal
Tried on screeze forums (afrothunder) and don't work either

Accounts were created in DB but the screen to write the username is not showing up. Just goes back to login form again after twitter authorization

mybb updates + twitter API changed...
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14