vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Facebook connect error (https://vborg.vbsupport.ru/showthread.php?t=321143)

Maghrebia 12-21-2015 03:36 PM

hmm nobody of vbulletin staff know?..

Dragonsys 12-21-2015 03:49 PM

I'm doing some searching around, but not finding much more than what was in the link above, but i'm not giving up yet.

I have not run into this error personally, but I could have sworn someone else posted about it recently.

MarkFL 12-21-2015 03:54 PM

Quote:

Originally Posted by Maghrebia (Post 2560891)
hmm nobody of vbulletin staff know?..

You began this thread about 12 hours ago...you may have to wait a full day or even several days before someone who has successfully dealt with this issue in the past comes along and posts, or before a solution can be found. So, hang in there, and if you make any progress on your own, please be sure to post to let others know what you find. :)

Dragonsys 12-21-2015 03:56 PM

What browser are you using? This seems to be a common theme with Chrome & Facebook API, but other browsers not so much.

Dave 12-21-2015 03:57 PM

Are you running the latest version of vBulletin 4?

Dragonsys 12-21-2015 04:04 PM

try this as well:

Open: /includes/facebook/base_facebook.php
Find:
PHP Code:

  public static $CURL_OPTS = array(
    
CURLOPT_CONNECTTIMEOUT => 10,
    
CURLOPT_RETURNTRANSFER => true,
    
CURLOPT_TIMEOUT        => 60,
    
CURLOPT_USERAGENT      => 'facebook-php-3.2',
  ); 

Replace With:
PHP Code:

  public static $CURL_OPTS = array(
    
CURLOPT_CONNECTTIMEOUT => 10,
    
CURLOPT_RETURNTRANSFER => true,
    
CURLOPT_TIMEOUT        => 60,
    
CURLOPT_USERAGENT      => 'facebook-php-3.2',
    
CURLOPT_SSL_VERIFYPEER => false,
    
CURLOPT_SSL_VERIFYHOST => false,
  ); 

Untested by me, use with caution.
Source - http://stackoverflow.com/questions/1...-redirect-loop

--------------- Added [DATE]1450729157[/DATE] at [TIME]1450729157[/TIME] ---------------

Quote:

Originally Posted by Dave (Post 2560896)
Are you running the latest version of vBulletin 4?

4.2.3 beta 3 (or higher) is required for FB connect to function properly

--------------- Added [DATE]1450731203[/DATE] at [TIME]1450731203[/TIME] ---------------

Let us know if this works, or if what Lynne mentioned here works, after you get a chance to try them.

Maghrebia 12-22-2015 02:13 AM

Quote:

Originally Posted by Dragonsys (Post 2560895)
What browser are you using? This seems to be a common theme with Chrome & Facebook API, but other browsers not so much.

Yes i use google chrome

Dragonsys 12-22-2015 02:28 AM

This might be related to your issue...
https://vborg.vbsupport.ru/showpost....postcount=1087

Maghrebia 12-22-2015 02:29 AM

Quote:

Originally Posted by Dragonsys (Post 2560899)
try this as well:

Open: /includes/facebook/base_facebook.php
Find:
PHP Code:

  public static $CURL_OPTS = array(
    
CURLOPT_CONNECTTIMEOUT => 10,
    
CURLOPT_RETURNTRANSFER => true,
    
CURLOPT_TIMEOUT        => 60,
    
CURLOPT_USERAGENT      => 'facebook-php-3.2',
  ); 

Replace With:
PHP Code:

  public static $CURL_OPTS = array(
    
CURLOPT_CONNECTTIMEOUT => 10,
    
CURLOPT_RETURNTRANSFER => true,
    
CURLOPT_TIMEOUT        => 60,
    
CURLOPT_USERAGENT      => 'facebook-php-3.2',
    
CURLOPT_SSL_VERIFYPEER => false,
    
CURLOPT_SSL_VERIFYHOST => false,
  ); 

Untested by me, use with caution.
Source - http://stackoverflow.com/questions/1...-redirect-loop

--------------- Added [DATE]1450729157[/DATE] at [TIME]1450729157[/TIME] ---------------

This dont have work i get the same error :(

--------------- Added [DATE]1450759563[/DATE] at [TIME]1450759563[/TIME] ---------------

in the url i have this:

HTML Code:

https://www.facebook.com/dialog/oauth?client_id=904538689599952&redirect_uri=http%3A%2F%2Fforums.website.nll%2Findex.php%3Fstyleid%3D4%26dofbredirect%3D1&state=d4cab63580307ae242fe2a5811420a42&sdk=php-sdk-3.2.3#_=_

Dragonsys 12-22-2015 03:18 AM

Quote:

Originally Posted by Maghrebia (Post 2560932)
HTML Code:

https://www.facebook.com/dialog/oauth?client_id=904538689599952&redirect_uri=http%3A%2F%2Fforums.website.nll%2Findex.php%3Fstyleid%3D4%26dofbredirect%3D1&state=d4cab63580307ae242fe2a5811420a42&sdk=php-sdk-3.2.3#_=_

Try using the Default Style


All times are GMT. The time now is 05:01 PM.

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.01879 seconds
  • Memory Usage 1,756KB
  • 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
  • (2)bbcode_html_printable
  • (4)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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