From 951330c9f83c8c8ee98f65fdccb5797e2e59d1f3 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Sat, 1 Jun 2013 20:10:36 -0500 Subject: A partial commit of the auth stuff, in case my upcoming changes break anything --- includes/HybridAuth/User_Activity.php | 39 +++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 includes/HybridAuth/User_Activity.php (limited to 'includes/HybridAuth/User_Activity.php') diff --git a/includes/HybridAuth/User_Activity.php b/includes/HybridAuth/User_Activity.php new file mode 100644 index 0000000..f3cd6a6 --- /dev/null +++ b/includes/HybridAuth/User_Activity.php @@ -0,0 +1,39 @@ +user = new stdClass(); + + // typically, we should have a few information about the user who created the event from social apis + $this->user->identifier = NULL; + $this->user->displayName = NULL; + $this->user->profileURL = NULL; + $this->user->photoURL = NULL; + } +} -- cgit v1.2.3