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-22-2015 03:23 AM

Quote:

Originally Posted by Dragonsys (Post 2560935)
Try using the Default Style

Doenst work on default style to.

This webpage has a redirect loop

ERR_TOO_MANY_REDIRECTS

bridge2heyday 12-22-2015 03:59 AM

This is not an error , this is a notice related to Facebook API changes and it is shown to Facebook app developer only .. your Facebook app should work though ignoring these permissions
in the file includes/class_facebook.php in line 84 you will find
PHP Code:

protected $connection_fields = array(
        
'activities',
        
'interests',
        
'music',
        
'movies',
        
'books',
        
'notes',
        
'website'
    
); 

change to
PHP Code:

protected $connection_fields = array(
        
'music',
        
'movies',
        
'books',
        
'notes',
        
'website'
    
); 

Not tested but should work

Maghrebia 12-22-2015 04:04 AM

Quote:

Originally Posted by bridge2heyday (Post 2560939)
This is not an error , this is a notice related to Facebook API changes and it is shown to Facebook app developer only .. your Facebook app should work though ignoring these permissions
in the file includes/class_facebook.php in line 84 you will find
PHP Code:

protected $connection_fields = array(
        
'activities',
        
'interests',
        
'music',
        
'movies',
        
'books',
        
'notes',
        
'website'
    
); 

change to
PHP Code:

protected $connection_fields = array(
        
'music',
        
'movies',
        
'books',
        
'notes',
        
'website'
    
); 

Not tested but should work

Hi,

Thanks for your answer, but what about the following data?

error:
This webpage Has A redirectLoop

ERR_TOO_MANY_REDIRECTS


i have removed cookies clearcache but nothing works so what i must do now to make this right for the members and me?

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

Quote:

Originally Posted by bridge2heyday (Post 2560939)
This is not an error , this is a notice related to Facebook API changes and it is shown to Facebook app developer only .. your Facebook app should work though ignoring these permissions
in the file includes/class_facebook.php in line 84 you will find
PHP Code:

protected $connection_fields = array(
        
'activities',
        
'interests',
        
'music',
        
'movies',
        
'books',
        
'notes',
        
'website'
    
); 

change to
PHP Code:

protected $connection_fields = array(
        
'music',
        
'movies',
        
'books',
        
'notes',
        
'website'
    
); 

Not tested but should work

Hi i dont find this codes i onlye have in includes:
base_facebook.php
facebook.php
fb_ca_chain_bundle.crt
index.html

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

I have mailed facebook they say:

Quote:

Unfortunately I still can't reproduce the issue. This issue usually occurs when you have code like this:

if not logged into Facebook
then redirect to Facebook
else
create a session for the user

I recommend trying to reproduce the issue and seeing why your website is redirecting back to the Facebook login dialog.

All the best,
David
so what now i must do?

StormBreaker 05-17-2017 05:43 PM

I alo run off with this error, the premonitions when i use my Facebook account and TOO_MANY_REDIRECT when logged with other Facebook account.

I ignore the promotions message and delete the cookies to bypass TOO_MANY_REDIRECTS.

I think it may be fixed when upgrading my vB version but I keep the addon enabled to show my Facebook page until times comes for upgrade that i hope it solve the issue.


All times are GMT. The time now is 01:34 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.01212 seconds
  • Memory Usage 1,745KB
  • 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
  • (6)bbcode_php_printable
  • (4)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
  • (4)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