Skip to content

Commit

Permalink
adding test profile service
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenmothersele committed Dec 6, 2011
1 parent dabe746 commit d101fd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/kendra_social_services/kendra_social_services.module
Expand Up @@ -28,6 +28,10 @@ function kendra_social_services_services_resources() {
return $resources; return $resources;
} }


function _kss_social_profile_test($id) {
return "Profile information for $id";
}

function _kss_social_publish($domain, $msg) { function _kss_social_publish($domain, $msg) {
if ($domain == 'facebook.com') { if ($domain == 'facebook.com') {
$fbid = db_query("SELECT fbu FROM {fb_user} WHERE uid = :uid", $fbid = db_query("SELECT fbu FROM {fb_user} WHERE uid = :uid",
Expand Down

0 comments on commit d101fd0

Please sign in to comment.