From d101fd015ae45f03575af1e0c4ddce7b459f8be9 Mon Sep 17 00:00:00 2001 From: Darren Mothersele Date: Tue, 6 Dec 2011 08:42:30 +0000 Subject: [PATCH] adding test profile service --- modules/kendra_social_services/kendra_social_services.module | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/kendra_social_services/kendra_social_services.module b/modules/kendra_social_services/kendra_social_services.module index b13d47a..f1a066b 100644 --- a/modules/kendra_social_services/kendra_social_services.module +++ b/modules/kendra_social_services/kendra_social_services.module @@ -28,6 +28,10 @@ function kendra_social_services_services_resources() { return $resources; } +function _kss_social_profile_test($id) { + return "Profile information for $id"; +} + function _kss_social_publish($domain, $msg) { if ($domain == 'facebook.com') { $fbid = db_query("SELECT fbu FROM {fb_user} WHERE uid = :uid",