vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Integration with vBulletin - Facebook Connect - Update for Facebook PHP SDK (v.3.0.0) (https://vborg.vbsupport.ru/showthread.php?t=270219)

c0der 09-18-2011 02:14 AM

not work after test

Taringa! CS 09-18-2011 01:25 PM

Is this mod working?

Hellmaster 09-18-2011 08:02 PM

Not working on 3.8.4 :-(

mtbikemike 09-18-2011 09:27 PM

Quote:

Originally Posted by Alecsmith (Post 2247274)
Still no luck by default code i want to add in newreply, newthread & showthreads don't have backslash before images folder name but i tried to add backslash but didn't work



Btw i am using Vbseo on this forum with VB 3.8.7

Looking forward for new fixed release.

You could ...
1) try using absolute paths to the images. E.g., domainname.com/forums/images/facebook/
2) try moving the images included in the zip into the images/buttons folder and update the paths in your templates. vbSEO seems to skip over URL rewrites for some paths.
3) wait a week or two. A couple sites I'm consulting for have vbSEO installed and want the FB connect installed too. I'll be able to debug the problem then.

mtbikemike 09-19-2011 12:18 AM

Latest release should fix all the problems above except the image reference problem with vbSEO.

Let me know how it goes.

Thanks for all the feedback.

SocialNetworkBuzz 09-19-2011 08:07 AM

Where do you change your wording for "just joined the Forums." that posts to a wall when joined? Searched phrases but not there.

SocialNetworkBuzz 09-19-2011 09:25 AM

Would like to see a way to pull their FB account name too so it can be forced as username for seamless login like vB4 and XenForo does.

Very positive side... Works within canvas http://apps.facebook.com/fb-forums/ vB 4.1 the connect button errors if your within canvas iframe. So great job with that.

SocialNetworkBuzz 09-19-2011 10:55 AM

Some members trying to create an account are receiving the error.. This is happening at random and only via apps canvas.

Error getting your Facebook user account: An active access token must be used to query information about the current user.. Click back and try again.

mtbikemike 09-19-2011 01:12 PM

Quote:

Originally Posted by Stabatha (Post 2247776)
Where do you change your wording for "just joined the Forums." that posts to a wall when joined? Searched phrases but not there.

Languages and Phrases -> Phrase Type -> select FB Connect in the drop down

it's the join_message

mtbikemike 09-19-2011 01:24 PM

Quote:

Originally Posted by Stabatha (Post 2247808)
Some members trying to create an account are receiving the error.. This is happening at random and only via apps canvas.

Error getting your Facebook user account: An active access token must be used to query information about the current user.. Click back and try again.

Could be caused by the double declaration of the all.js. Maybe try removing this from your HTML code ...

<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js"></script>
<script>FB.Canvas.setAutoResize();</script>


Then add the FB.Canvas.setAutoResize(); after the FB.init call in the FB Connect fbconnect_init template ...


Code:

    window.fbAsyncInit = function() {
        FB.init({
            appId: '$vboptions[fbconnect_apikey]',
            status: true,
            cookie: true,
            xfbml: true, 
            oauth : true
        });
        FB.Canvas.setAutoResize();
    };



All times are GMT. The time now is 01:41 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.01117 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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