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 |
#1252
|
|||
|
|||
I'm more interested in Google Connect Make a mod for that
|
#1253
|
|||
|
|||
Quote:
I get the same error when using fb connect with a fb grabber...apparently it's because two facebook libraries are installed and you have to comment out "require" somewhere but i have no clue where... Trime / sillk /anyone was there aresolution to this please help Fatal error: Cannot redeclare class Facebook in /home/content/*/*/*/*******/html/app/webroot/forum/includes/facebook/facebook.php on line 37 |
#1254
|
||||
|
||||
Did anyone notice that the 'publish' button on the popup that comes up when you post a message has stopped working?
It also used to ask you if you wanted a single line or not - that is gone |
#1255
|
|||
|
|||
No ideas on how to fix the error with users unable to connect with an existing username?
|
#1256
|
|||
|
|||
i have succesfully installed the plugin but can anyone suggest me what to do with the canvas in the facebook. it's standing empty in there
|
#1257
|
|||
|
|||
I am wondering this as well. I am on 3.8.1
|
#1258
|
|||
|
|||
muratyamac - I think the canvas is irrelevant, doesn't matter ... doesn't ever really show a page or anything - it's not meant to be viewed that way. From what I'm reading here and the other thread, this mod is not working for anyone until some updates come out - this since the most recent FB update last week.
|
#1259
|
|||
|
|||
Quote:
|
#1260
|
|||
|
|||
We put together a fix for the user issue. There was an var mapfp that was not being set.
We changed the Map FB User to: Code:
if (!empty($_POST['fbuid'])) { require_once('./includes/facebook/facebook.php'); if ($vbulletin->facebook == null) $vbulletin->facebook = new Facebook($vbulletin->options['fbconnect_apikey'], $vbulletin->options['fbconnect_secret']); $fbuid = intval($vbulletin->facebook->get_loggedin_user()); if ($fbuid > 0 && intval($_POST['fbuid']) == $fbuid) { //map fbuser to vbuser $vbulletin->db->query_write(" INSERT IGNORE INTO " . TABLE_PREFIX . "fbuser (fbuid, userid) VALUES (" . $fbuid . ", " . intval($vbulletin->userinfo['userid']) . ") "); } } Code:
<script type="text/javascript"> <!-- // Main vBulletin Javascript Initialization vBulletin_init(); //--> </script> But there is an error with facebook which we cannot resolve that breaks the publish newsfeed functionality. |
#1261
|
||||
|
||||
Quote:
Quote:
Is the original coder helping? |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|