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 Details »» | |||||||||||||||||||||||||||
Facebook Connect - Allow your users to login with their Facebook account
Developer Last Online: Dec 2011
Facebook Connect
This add-on allows your guests and existing users to login with their Facebook account through Facebook Connect. WORKS WITH 3.8! 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! How to Upgrade From 2.0.0 to 2.0.1
See UPGRADE.html
See UPGRADE.html
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 |
#1512
|
|||
|
|||
Does anybody know where we can edit this reference on the login form?
Set email notification settings. I would like to add the word "MANDATORY" This way facebook members will know they "MUST" enter an email address. |
#1513
|
|||
|
|||
on my forum, this is setting every new FB user to the GMT time zone not my forum default time zone. happening to anyone else?
|
#1514
|
|||
|
|||
Hello cannot seem to register the default template it gives me this error:
Fatal error: Uncaught exception 'FacebookRestClientException' with message 'action_links-href URL is not properly formatted' in /home/jairusaq/public_html/forums/includes/facebook/facebookapi_php5_restlib.php:2403 Stack trace: #0 /home/jairusaq/public_html/forums/includes/facebook/facebookapi_php5_restlib.php(661): FacebookRestClient->call_method('facebook.feed.r...', Array) #1 /home/jairusaq/public_html/forums/admincp/fbconnect_registertemplates.php(34): FacebookRestClient->feed_registerTemplateBundle(Array, Array, NULL, Array) #2 {main} thrown in /home/jairusaq/public_html/forums/includes/facebook/facebookapi_php5_restlib.php on line 2403 Any ideas? |
#1515
|
||||
|
||||
Quote:
I attached the app setting. |
#1516
|
||||
|
||||
I`m using the default vB theme.
Is this problem in the mod itself or the application? i really need this mod in my forum guys. |
#1517
|
|||
|
|||
Has anyone figured out the fix to prevent some users from logging into other users accounts with this mod? This mod opens up some problems with linking the wrong accounts and I have not yet isolated the part of the code that is letting that happen... hopefully if someone found the fix already they will post or PM me, I would appreciate that very much and pay.
|
#1518
|
|||
|
|||
Alright ladies and gentlemen, this is the deal.
The problem is in fblogin.php, line 34. it was like this: Code:
$fbuid = int($vbulletin->facebook->get_loggedin_user()); So you should change that to this: Code:
$fbuid = ($vbulletin->facebook->get_loggedin_user()); $fbuid = is_numeric($fbuid)?$fbuid:0; Code:
$vbulletin->userinfo['fbuid'] = $userid; Code:
$vbulletin->userinfo['fbuid'] = $fbuid; |
#1519
|
||||
|
||||
I am getting this error when trying to register default templates...
Quote:
Thanks |
#1520
|
|||
|
|||
Getting the same error on my site...
|
#1521
|
|||
|
|||
I get the same
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|