The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
Facebook Connect - Allow your users to login with their Facebook account (for 3.8) Details »» | |||||||||||||||||||||||||||
Facebook Connect - Allow your users to login with their Facebook account (for 3.8)
Developer Last Online: Dec 2011
Staff Note: Moved to Graveyard - this will never work now that the old style facebook authentication is no longer available.
Facebook Connect This add-on allows your guests and existing users to login with their Facebook account through Facebook Connect. There is NO NEED to upgrade or reinstall if you already installed this mod for 3.7 Upgrade to 2.0.6 so that users with the new super long IDs will be able to login. This mod conflicts with PhotoPost vBGallery! Quick fix: Disable the following PhotoPost vBGallery plugins:
Benefits of Facebook Connect
Facebook users will be able to receive Facebook notifications when:
Fetch data like name, location, profile picture and use it on your forums! (NOTE: Some data may not be available for some users) Automatically befriend user's friends If any of the user's friends are also registered on the forum, they will automatically be friends! Professional Install/Upgrade/Support Services Want this mod professionally installed? It's guaranteed to work on your forum! Download the archive and see INSTALL.html/UPGRADE.html for more details! Troubleshooting Server Requirements: PHP 5 If you get an error: Code:
The Facebook Connect cross-domain receiver URL http://www.SITEURL.com/xd_receiver.h...%220.699%22%7D must have the application's callback URL http://www.SITEURL.com/forums/ as a prefix. You can configure the callback URL in the application's settings. If you get a continues this means there is a javascript error. Make sure you've done all the template edits correctly (especially footer & navbar). Clear your cache and reload the page. If nothing happens when you click the Facebook Connect button make sure your callback url domain is the same as you forum domain (the one set in your forum settings) - more specifically make sure that there is a www (or isn't) in both domains. Many more features may be implemented in the future so keep checking for updates. Show Your Support
|
Comments |
#1072
|
|||
|
|||
Wolfstream, do you think my problems have to do with the custom usergroup i set for facebook connect?
My Facebook fans are starting to complain about the fb connect only sometimes working. It seems like a FB issue, but no one else is complaining. I started a thread in the fb developer forum so well see if they have any answers. Any ideas why else it would only work half the time? |
#1073
|
||||
|
||||
For those of you getting this error:
Quote:
Change: Code:
$fbuid = intval($vbulletin->facebook->get_loggedin_user()); Code:
$fbuid = $vbulletin->facebook->get_loggedin_user(); if (!is_numeric($fbuid)) { $fbuid = 0; } REASONS: Depending on your system, intval(XXX) can return a maximum value of 2147483647. I tried floatval(XXXX), but that has a precision of something like 14 numbers on some systems. Facebook User ID's are up to 15 digits now!! Too many people joining up! So because of this reason, the UID is rounded off to an invalid ID and fails to return an email address on request. Hopefully this solves the issue for some of you . It might not be the only issue, but it definitely solved mine. |
#1074
|
||||
|
||||
Thanks dkobia for the solutions...lots of us need the people like you around that understand a little better.
Upped to 3.8.4 and mod seems perfectly fine so far. |
#1075
|
|||
|
|||
I use navbits on non-vbulletin pages (my wordpress blog)
Is there a way to get this working on other pages? I get the loading image on pages that are not my forum. My blog is at xxx.com and my forum is xxx.com/forum I think it's a javascript error but can't figure it out. I've got the footer loaded properly. I'm getting the following errors: Yahoo is undefined, vbulletin is null or not an object. Edit: Fixed .. needed to include the yahoo js file. |
#1076
|
||||
|
||||
Just reinstalled this again after a server move, however all i get now is HTTP 500 Internal server error.
This was working perfectly prior to the move, any ideas what could be the cause of this error. running linux VPS cheers in advance. Ps i did look though posts but far too many and couldnt find any answers. |
#1077
|
|||
|
|||
a 500 error is a server error. Contact your systems admin, have them look over the logs.
|
#1078
|
|||
|
|||
Hmm I liked this mod so much I installed it on my second board.
However I'm getting the "click and nothing happens" problem. I've triple checked my settings and everything is like it should be. Can this mod be installed on two different forums (different domains) on the same server IP? I have set up a second facebook app. In otherwords its working on xxx.com but not on yyy.com even though xxx and yyy have their own separate facebook apps. The only thing different I see is my seccond application has an optional "Get Verified" link (where as my first site does not) Do I need submit my second application for verification? Anyone using more then one install? |
#1079
|
|||
|
|||
Quote:
Quote:
Quote:
I have in the past had it running on 3 domains on the same ip, since I've moved them to separate ip addresses, and added a second to the main install for testing purposes, so yes, this does work with multiple installs on the same ip. Check your configuration on both ends, and make sure that everything is uploaded as it should be. |
#1080
|
|||
|
|||
Yep ... found one tiny error in the footer... so frustrating.
Thanks for letting me know it works with multiple installs. |
#1081
|
|||
|
|||
I've just installed this and now users can't post.
They keep getting a 'your post is too short, please legthen it to 5 characters' etc (not exact message) It seems to be happening more in IE, if I use google chrome it doesn't do it. Is there a fix? Paying members are not so happy at the moment.. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|