Author |
Message |
stevemagruder Board Member

Joined: 26 Mar 2009
         Posts: 15 Location: Louisville, Kentucky, USA

|
Posted: Sat Feb 06, 2010 6:42 pm Post subject: Facebook Connect for phpBB2? |
|
|
I am wondering if anyone has developed a mod or made changes to their phpBB2 board to allow users to create phpBB accounts via Facebook. I have had at least one of my board's users requesting this. _________________ Steve Magruder - WebCommons :: Media
Administrator for the Louisville History & Issues discussion board |
|
Back to top |
|
 |
Peter Koster Board Member

Joined: 10 Aug 2011
      Posts: 4

|
Posted: Wed Aug 10, 2011 6:38 pm Post subject: Re: Facebook Connect for phpBB2? |
|
|
I found this one: Facebook Connect. It's just... well, I can't get ik working. Keeps saying user is banned..
Also, I'm still searching for Twitter connect for phpbb2... _________________ ---
Peter
Travel Guide about France
http://www.hurktoilet.nl |
|
Back to top |
|
 |
Salvatos Board Member

Joined: 19 Feb 2009
         Posts: 415 Location: Québec

|
Posted: Thu Aug 11, 2011 12:57 am Post subject: Re: Facebook Connect for phpBB2? |
|
|
Judging from the comments on the link you provided, I'd say make sure the facebook_id column was added to your database and that the mod makes its calls to the right db/table names. |
|
Back to top |
|
 |
Peter Koster Board Member

Joined: 10 Aug 2011
      Posts: 4

|
Posted: Thu Aug 11, 2011 6:38 am Post subject: Re: Facebook Connect for phpBB2? |
|
|
That may be the point. The db had not the name the mod expected (phpbb, not phpb2, so may be there are some wrong calls). I'll check it out and let you know. _________________ ---
Peter
Travel Guide about France
http://www.hurktoilet.nl |
|
Back to top |
|
 |
Peter Koster Board Member

Joined: 10 Aug 2011
      Posts: 4

|
Posted: Fri Aug 12, 2011 4:33 pm Post subject: Re: Facebook Connect for phpBB2? |
|
|
Can not find a problem this way.
The table facebook_id was created after I changed te querie
Code: | ALTER TABLE `phpbb2_users` ADD `facebook_id` INT( 20 ) NOT NULL;
|
into
Code: | ALTER TABLE `phpbb_users` ADD `facebook_id` INT( 20 ) NOT NULL; |
Appears to me this implicates no further changes, since facebook.php makes the changes to the table like this
Code: | //no account! Create one
$sql = 'INSERT INTO '.USERS_TABLE. |
But then again I'm not a programmar and not a database specialist (far from, to be exact). Just know html and some very basic php _________________ ---
Peter
Travel Guide about France
http://www.hurktoilet.nl |
|
Back to top |
|
 |
Peter Koster Board Member

Joined: 10 Aug 2011
      Posts: 4

|
Posted: Fri Aug 19, 2011 10:49 pm Post subject: Re: Facebook Connect for phpBB2? |
|
|
Nobody? _________________ ---
Peter
Travel Guide about France
http://www.hurktoilet.nl |
|
Back to top |
|
 |
Salvatos Board Member

Joined: 19 Feb 2009
         Posts: 415 Location: Québec

|
Posted: Sat Aug 20, 2011 12:11 am Post subject: Re: Facebook Connect for phpBB2? |
|
|
When and where does it say the user is banned? What kind of account?
And what does the error say exactly (or if you don't have it in English, please check lang_main.php for your language and find the variable name for me)? |
|
Back to top |
|
 |
labu Board Member

Joined: 27 Jan 2012
      Posts: 4

|
Posted: Mon Nov 03, 2014 4:31 pm Post subject: Re: Facebook Connect for phpBB2? |
|
|
Hi,
is there a working facebook connect solution?
I tried already this mod:
http://wannabe.contropa.com/facebook-connect-for-phpbb2/217/
but its not working anymore because the javascript SDK is to old and I dont know how to adapt this.
Thank you
labu |
|
Back to top |
|
 |
Vendethiel Board Member

Joined: 26 Oct 2014
   Posts: 60

|
|
Back to top |
|
 |
lumpy burgertushie Board Member

Joined: 19 Nov 2008
         Posts: 216

|
Posted: Thu Nov 06, 2014 6:23 am Post subject: Re: Facebook Connect for phpBB2? |
|
|
I don't think anybody ever did get one to work right in phpbb2 or phpbb3 either. one problem is that fb changes their code so often and then whatever was working no longer does.
robert |
|
Back to top |
|
 |
|