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 |
#1452
|
|||
|
|||
Me too!
|
#1453
|
|||
|
|||
Thank you DJ for answering all my questions, One other thing I did notice is that members that Join my Site from Facebook are Not Listed in the Members List from the Navbar menu. I can see them using my admin Panel though...
Thanks again... |
#1454
|
|||
|
|||
Hey I don't think any other users have had this problem.. but here is my problem:
On our boards, we just loaded on the script (JUST about flawless by the way, I don't know whats up with anyone's complaints A++ on the install, nice and easy. Only thing that made it NOT flawless, was ME!).. It's running fine - but one of our users (he's ranked as a super-admin) tries to log in, and when he connects through FaceBook it logs him into another admin's account on the forums.. BUT when the user logs in the normal way, it loads his normal account.. they don't have the same FaceBook accounts, obviously or anything similar in the names, so it's not something stupid like a typo in the login. I'm looking for a response from the developer - you got any idea why one user say, user X, logs in using FBConnect & it puts him onto a different account, account Y. They are both admins, and I can only hope and pray that this doesn't happen with a normal member who gets granted admin powers - so time is of the essence here if you come around, thanks!! |
#1455
|
|||
|
|||
If this has already been posted I apologize, there's just too many pages to read through and I don't know if it's exhaustion or not but I can't find the search this thread feature (is there one?). This has been working great for us but we need to move our forums to a new server and we have issues with this mod. If I disable this mod everything works great but if I enable it I get something similar to this when trying to view posts:
Code:
query_first(" SELECT fbuid FROM " . TABLE_PREFIX . "fbuser WHERE userid = " . $userid . " LIMIT 1 "); return intval($user['fbuid']); } function fetch_fbuser_info($query) { require_once(DIR . '/includes/facebook/facebook.php'); global $vbulletin, $db; $fbusers = $db->query_read($query); $fbuids = ""; $vbuids = array(); while ($fbuser = $db->fetch_array($fbusers)) { if ($fbuser['fbuid']) { $fbuids .= Edit: forgot to include some links. Current server fully functioning and new server. |
#1456
|
|||
|
|||
Quote:
what an awesome plugin! |
#1457
|
|||
|
|||
This is what I got when I used this plugin on vb3.8.4
Quote:
|
#1458
|
|||
|
|||
Quote:
Its really driving me insane Basically, the below intermittently appears; |
#1459
|
||||
|
||||
Will this be upgraded to support 4.x.x?
|
#1460
|
|||
|
|||
Im confused with this in the instructions.
Set the Callback URL to your vBulletin url (example: http://www.siteurl.com/forum/) I see allot of callback url settings. What specific callback URL do I need to set here? I see Information Update Callback URL,Post-Authorize Callback URL,Post-Remove Callback URL Go to the Canvas tab and set the Canvas Page URL (to whatever you want) What is a canvas page? Thanks! |
#1461
|
|||
|
|||
Hey,
Has anyone else gotten this warning from Facebook Developers? I'm assuming this is applying to this plugin, as we aren't using any other "facebook connect" features on our site. See below, hope to hear back from the coder. We are running the latest version: Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|