![]() |
Quote:
Any thoughts on adding an exclusion to certain forums (admin, etc.) so it doesn't update the newsfeed? |
Quote:
like private forums that wouldn't need to be posted on the news feed :D updated with no problems |
Hi
I just installed 2.0.3 and I get a whole page of SQL appear as text when I try and map the fields 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 .= $fbuser['fbuid'] . ","; $vbuids[] = $fbuser['userid']; } } $fbuids = rtrim($fbuids, ','); $fbuserinfo = $vbulletin->session->vars['fbuserinfo']; if ($vbulletin->facebook == null) $vbulletin->facebook = new Facebook($vbulletin->options['fbconnect_apikey'], $vbulletin->options['fbconnect_secret']); try { $fbuser = $vbulletin->facebook->api_client->users_getInfo($fbuids, 'name, first_name, last_name, affiliations, pic, pic_small, pic_square'); for ($i = 0; $i < count($fbuser); $i++) $fbuserinfo[$vbuids[$i]] = $fbuser[$i]; $v etc.. |
Wow!!! Insane!! Works Perfectly!!
|
Im having a weird problem.
I have set it all up now, so its working apart from one thing. I have vBA installed and anyone who is a member of the facebook group cannot view the main page due to "usergroup permissions" (which is vba) I have set all the usergroup permissions. I am running 3.7.4 |
Quote:
Quote:
Quote:
|
what about msn connect? :)
|
Quote:
|
Any plans to do the instant messenger that facebook has?
Sllik, could you please PM me? I had an idea about a new add-on =] |
when those guests logs in using facebook, are those accounts just temporary or permanent ?
|
All times are GMT. The time now is 02:54 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|