The Arcive of vBulletin Modifications Site. |
|
Facebook Connect: View "mapped" users Details »»
|
|||||||||||||||||||||||||||||
This mod is a very simplistic hack that will allow you to view the users that have connected to your forum via facebook, and, if necessary, edit those users. It's a very quick and easy hack, no major credit needed. Since the author's pretty much not handling public support, I figured I'd throw it into it's own mod for now.
Requirements: You must have the facebook connect mod installed. Caveats: This mod will take time to load up, because it has to query facebook and see who's who. I did this deliberately, so you can get a real name for those users. This mod will REALLY take a while to load up if you have a lot of fb users on your forum, because it was a very simple mod to put together (ie: I didn't add any paging, that I may consider doing in a future version). This throws all your fb users together on one page. Install Instructions:
Support will be provided only to those with the mod installed. Version History: 1.01 : 07-26-09 Fixed bug here 1.03 : 08-05-09 Fixed bug here Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Reserved
|
|
#3
|
||||
|
||||
|
Nice mods thank somuch
|
|
#4
|
||||
|
||||
|
interesting
will check it out |
|
#5
|
|||
|
|||
|
Thanks for sharing! It really helps :-)
I've had some problems: 1. There's an error in line #52 of fbconnect_users.php: There's a space before "user" in table name. It should be " . TABLE_PREFIX . "user 2. It works slow on my 50.000+ userbase, but works. |
|
#6
|
|||
|
|||
|
Quote:
![]() Yikes!!! I'll say it'd be slow. I'll see what I can do about paging, but it'll be a bit difficult to do right now. |
|
#7
|
||||
|
||||
|
Thanks
|
|
#8
|
|||
|
|||
|
I am getting this error:
Code:
Fatal error: Uncaught exception 'FacebookRestClientException' with message 'Session key invalid or no longer valid' in /home/mehfil/includes/facebook/facebookapi_php5_restlib.php:2403 Stack trace: #0 /home/mehfil/includes/facebook/facebookapi_php5_restlib.php(1184): FacebookRestClient->call_method('facebook.users....', Array) #1 /home/mehfil/admincp/fbconnect_users.php(33): FacebookRestClient->users_getInfo('718255428', Array) #2 {main} thrown in /home/mehfil/includes/facebook/facebookapi_php5_restlib.php on line 2403
|
|
#9
|
|||
|
|||
|
How many facebook users do you have in your usergroup?
|
|
#10
|
|||
|
|||
|
Only 2.
PS. I have figured it out. I get the error if I am not logged in using FB connect. |
![]() |
|
|