Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Facebook Connect - Allow your users to login with their Facebook account Details »»
Facebook Connect - Allow your users to login with their Facebook account
Version: 2.0.5, by sllik sllik is offline
Developer Last Online: Dec 2011 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 3.7.x Rating:
Released: 12-09-2008 Last Update: 03-23-2009 Installs: 499
DB Changes Uses Plugins Template Edits
Additional Files Translations  
No support by the author.

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
  • Users can simply login with their Facebook account without going through the registration process.
  • Increase user interaction and your traffic through Facebook notifications and news-feeds!
Features
Facebook users will be able to receive Facebook notifications when:
  • There is a reply to their thread or a thread that they're subscribing to
  • They receive a new PM
News-Feed will be published on to the user's wall when the user:
  • Logs in for the first time
  • Replies to a thread
  • Creates a new thread
Fetch user data from Facebook
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
  • Upgrade the product. (Import the product XML again and set overwrite to yes).
  • Update Feed Template IDs in the settings (make sure they are the same as at: FB Connect Options -> News-Feed Templates)
How to Upgrade From 2.0.1 to 2.0.2
See UPGRADE.html
  • Fixed the notification problem (notifications were sent to wrong people)
  • Login button will now be displayed on vbAdvanced pages
How to Upgrade From 2.0.2 to 2.0.3
See UPGRADE.html
  • Fixed the Facebook avatar displayed for the wrong people problem.
  • Added Facebook UID & Profile URL field to data map.
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.
Means that there is something wrong with your callback URL. Your callback URL must be where xd_receiver.htm is; so when you enter [callbackurl]/xd_receiver.htm into your browser you should see a blank page (not a 404 page not found error or anything else).

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #812  
Old 01-08-2009, 01:24 PM
giorgioarmani giorgioarmani is offline
 
Join Date: Dec 2006
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Calash View Post
Has anybody played with having other activities outside of Thread stuff report back to Facebook yet? I thought I saw a link to some documentation on how to format requests, but I can not seem to find it. I was thinking of stuff like adding pictures, comments on profiles, and for my own use eFiction actions of story posting and reviews.
Wow that would be amazing but I'm already astonished at how much this mod does!
Reply With Quote
  #813  
Old 01-08-2009, 03:43 PM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jlew24asu View Post
are people having to clear their cookies and cache everytime they log into their board?

I get this almost everytime

The Facebook Connect cross-domain receiver URL (http://sundeviltalk.com/xd_receiver....%220.711%22%7D) must have the application's callback url (http://www.sundeviltalk.com/) as a prefix. You can configure the callback url in the application's settings.





-------------
I just tried going back to your board and logging in again. It logged me right in with no problems from the vBa homepage. I then logged out and back in just in case from your forum home page and I still didn't receive any errors. And I'm still on a the same browser session as when I registered. (Yeah, I know, I should probably restart this thing)
Reply With Quote
  #814  
Old 01-08-2009, 04:03 PM
jlew24asu jlew24asu is offline
 
Join Date: Nov 2006
Location: Chicago, IL USA
Posts: 702
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Digital Jedi View Post
I just tried going back to your board and logging in again. It logged me right in with no problems from the vBa homepage. I then logged out and back in just in case from your forum home page and I still didn't receive any errors. And I'm still on a the same browser session as when I registered. (Yeah, I know, I should probably restart this thing)
LOL you havn't restarted your browser since originally registering? would you mind restarting your browser and trying again?
Reply With Quote
  #815  
Old 01-08-2009, 04:13 PM
L2V L2V is offline
 
Join Date: May 2008
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jlew24asu View Post
are people having to clear their cookies and cache everytime they log into their board?

I get this almost everytime

The Facebook Connect cross-domain receiver URL (http://sundeviltalk.com/xd_receiver....%220.711%22%7D) must have the application's callback url (http://www.sundeviltalk.com/) as a prefix. You can configure the callback url in the application's settings.
-------------
One thing I notice is that the cross-domain receiver URL is lacking the www that is specified in the application's callback url... Try to go back to your page but with (or without) the www in there and try again.

One thing I;ve done on my site is to add the following to the start of the htaccess file to 301 redirect any www.domainname.com addresses to a domainname.com address instead.

Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
This is for Apache with mod-rewrite enabled... And, no, sorry... I can't offer help on mod-rewrite if you can't figure it out.

Hope this helps!
Reply With Quote
  #816  
Old 01-08-2009, 04:29 PM
jlew24asu jlew24asu is offline
 
Join Date: Nov 2006
Location: Chicago, IL USA
Posts: 702
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by L2V View Post
One thing I notice is that the cross-domain receiver URL is lacking the www that is specified in the application's callback url... Try to go back to your page but with (or without) the www in there and try again.
thanks for the reply. I've been down this road so many times I was forced to just pay for a professional install. I tried pretty much every www http senario out there. since the pro, its been working more often but I'm still getting this error. I really hope me and my users are not forced to clear cookies and cache everytime they try to log in.

Quote:
Originally Posted by L2V View Post
One thing I;ve done on my site is to add the following to the start of the htaccess file to 301 redirect any www.domainname.com addresses to a domainname.com address instead.

Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
This is for Apache with mod-rewrite enabled... And, no, sorry... I can't offer help on mod-rewrite if you can't figure it out.

Hope this helps!
I don't use htaccess
Reply With Quote
  #817  
Old 01-08-2009, 04:45 PM
ClaytonR ClaytonR is offline
 
Join Date: Jan 2005
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a issues, for some reason my users have the wrong person's picture, it was working fine then this morning it had them all with the profile pic of one of our administrators.

EDIT its only happening with avatars in the posts, their avatars are correct on the memberlist.
Reply With Quote
  #818  
Old 01-08-2009, 05:08 PM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jlew24asu View Post
LOL you havn't restarted your browser since originally registering? would you mind restarting your browser and trying again?
Still no problems. This time I was auto logged in. Logged out again with no problems either.
Reply With Quote
  #819  
Old 01-08-2009, 05:16 PM
jlew24asu jlew24asu is offline
 
Join Date: Nov 2006
Location: Chicago, IL USA
Posts: 702
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Digital Jedi View Post
Still no problems. This time I was auto logged in. Logged out again with no problems either.
ok thanks for checking.
Reply With Quote
  #820  
Old 01-08-2009, 09:31 PM
Caddyman Caddyman is offline
 
Join Date: Mar 2006
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok i gotta post

GREAT MOD! really i am impressed!

installed!

on a new signup from facebook all is well

i can also hit it, enter fb info on the fb login on my forum then click "use existing username" on the nickname popup and login with a existing account just fine

BUT

when doing that and linking to a existin account i dont get the popups for posts and the fbconnect email settings link in the usercp and all....

anyone know why?
Reply With Quote
  #821  
Old 01-08-2009, 10:10 PM
floggerss floggerss is offline
 
Join Date: Oct 2008
Posts: 198
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It is possible that users that have an user in the forum can use their facebook account. Not to register a new one???
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:06 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.13732 seconds
  • Memory Usage 2,329KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete