Facebook login not working

Hi i need some help just recently i noticed that my facebook login style is not working. i have even set up a new application on facebook with new api and secret key and still it just either says error on facebook. Help Thanks

Quote · 26 Jul 2010

They just messed with ther api's and i think alot of it is out of date now.

I have a module that works 100% for facebook, twitter and all the top accounts here:

http://www.boonex.com/unity/extensions/entry/RPX_Integration_Login_for_D7


It takes all the pain out of keeping these logins working.

sup
Quote · 26 Jul 2010

Boonex has updated this module to work with the api changes - it is due out in 7.0.3, but if you don't want to wait........................

 


 

Here are the step by step instructions to fix the Facebook connect mod - for free.

 

1. Uninstall the Boonex facebook connect mod via your admin panel

2. Now download this and replace the entire facebook connect folder in your current D7 installation at  "/modules/boonex/facebook_connect/" with the corresponding folder from the download below.

http://www.boonex.com/trac/dolphin/changeset/14154/trunk?old_path=%2F&format=zip

3. Before you reinstall the facebook connect mod, you will need to go into your database and remove the old api entry because the module uninstaller doesn't do it. (That would make too much sense)

To do this, go to your database and look for "bx_facebook_connect_api_key" in the "sys_options" table. Delete that entry (bx_facebook_connect_api_key).

(make sure you back up your database FIRST in case something goes wrong)

4. Finally, reinstall the mod via your admin panel (admin => modules => facebook_connect) & re-enter your applications api key & secret key

You should now have joy  ; )

 

 

 

Of course you get a paid mod too - your call.

Quote · 26 Jul 2010

I tried that and all i get is

API Error Code: 100
API Error Description: Invalid parameter
Error Message: next is not owned by the application.

now what does that mean??

Quote · 27 Jul 2010

 

I tried that and all i get is

API Error Code: 100
API Error Description: Invalid parameter
Error Message: next is not owned by the application.

now what does that mean??

 I'm guessing you didn't set the actual app up right.

Give this video tutorial a try and see if it helps. Make sure you do everything in the video or it will probably not work.

http://www.boonex.com/unity/blog/entry/Using_Facebook_Connect

Quote · 27 Jul 2010

Hi, i try to do that : i delete my old application on facebook, and unistall the facebook module from my site.

I install the new version (1.0.2) of the module, and i make a new application like the video tutorial say.

All fine and work the first time... But when i try again i get this message from my site (www.spiridusi.ro/purcelusi) :

OAUTHEXCEPTION: ERROR PROCESSING ACCESS TOKEN.

What i can do for this?

Thank you

...
Quote · 27 Jul 2010

Hi, i try to do that : i delete my old application on facebook, and unistall the facebook module from my site.

I install the new version (1.0.2) of the module, and i make a new application like the video tutorial say.

All fine and work the first time... But when i try again i get this message from my site (www.spiridusi.ro/purcelusi) :

OAUTHEXCEPTION: ERROR PROCESSING ACCESS TOKEN.

What i can do for this?

Thank you

Hello to clean all cookies file

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 27 Jul 2010

WOW the video is a HUGE help THANKS!!!! but not its throwing and error


CurlException: 60: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

But at least I see my app now on Facebook with the video. Anyone know what this error means?

Quote · 27 Jul 2010

Hi, i try to do that : i delete my old application on facebook, and unistall the facebook module from my site.

I install the new version (1.0.2) of the module, and i make a new application like the video tutorial say.

All fine and work the first time... But when i try again i get this message from my site (www.spiridusi.ro/purcelusi) :

OAUTHEXCEPTION: ERROR PROCESSING ACCESS TOKEN.

What i can do for this?

Thank you

Hello to clean all cookies file

Yes... that was... now look like work... thank for the tips !!

...
Quote · 27 Jul 2010

 

WOW the video is a HUGE help THANKS!!!! but not its throwing and error


CurlException: 60: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

But at least I see my app now on Facebook with the video. Anyone know what this error means?

 Go to- modules/boonex/facebook_connect/inc/facebook.php and look for class facebook

class Facebook
{
  /**
   * Version.
   */
  c alt= '2.0.5';

  /**
   * Default options for curl.
   */
  public static $CURL_OPTS = array(
    CURLOPT_SSL_VERIFYPEER => false,
    CURLOPT_SSL_VERIFYHOST => 2,
    CURLOPT_C alt=> 10,
    CURLOPT_RETURNTRANSFER => true,
    CURLOPT_TIMEOUT        => 60,
    CURLOPT_USERAGENT      => 'facebook-php-2.0',
  );

 

Add the 2 line in bold on top- works for me!

Quote · 5 Aug 2010

just an FYI, Adding the facebook connect from the 7.0.3 seemed to work perfectly to resolve this issue. for me anyhow...

Quote · 28 Sep 2010

 

 

WOW the video is a HUGE help THANKS!!!! but not its throwing and error


msgbox_cor_rt.png
spacer.gif
CurlException: 60: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
But at least I see my app now on Facebook with the video. Anyone know what this error means?

Go to- modules/boonex/facebook_connect/inc/facebook.php and look for class facebook

class Facebook
{
/**
* Version.
*/
c alt= '2.0.5';

/**
* Default options for curl.
*/
public static $CURL_OPTS = array(
CURLOPT_SSL_VERIFYPEER => false,
CURLOPT_SSL_VERIFYHOST => 2,
CURLOPT_C alt=> 10,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_TIMEOUT        => 60,
CURLOPT_USERAGENT      => 'facebook-php-2.0',
);

 

Add the 2 line in bold on top- works for me!

Seems to have worked for me, thanks!!

Quote · 18 Dec 2010

I dont find "bx_facebook_connect_api_key" in the "sys_options" table

 

now when im trying to install the new vesrion i get this:

Operation Results

Installation of: Facebook connect Failed

Quote · 29 Dec 2010

 

I dont find "bx_facebook_connect_api_key" in the "sys_options" table

 

now when im trying to install the new vesrion i get this:

Operation Results

Installation of: Facebook connect Failed

If you don't make properly installation of module you can add ticket to out support page

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 29 Dec 2010

I just upgraded to 7.0.4 and now the facebook connect login does not work. It does absolutely nothing now! Any help?

Quote · 29 Dec 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.