]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
More doc comments on SN_YammerClient
authorBrion Vibber <brion@pobox.com>
Thu, 23 Sep 2010 00:53:38 +0000 (17:53 -0700)
committerBrion Vibber <brion@pobox.com>
Thu, 23 Sep 2010 00:53:38 +0000 (17:53 -0700)
plugins/YammerImport/lib/sn_yammerclient.php

index 8f9f1d4131003f2f0024446a22320ca1758b4ffd..830f9dabb875a5d395b1db0a7d2e1f85902d387f 100644 (file)
@@ -139,8 +139,11 @@ class SN_YammerClient
     }
 
     /**
+     * Encode a key-value pair for use in an authentication header.
+     *
      * @param string $key
      * @param string $val
+     * @return string
      */
     protected function authHeaderChunk($key, $val)
     {
@@ -148,6 +151,9 @@ class SN_YammerClient
     }
 
     /**
+     * Ask the Yammer server for a request token, which can be passed on
+     * to authorizeUrl() for the user to start the authentication process.
+     *
      * @return array of oauth return data; should contain nice things
      */
     public function requestToken()
@@ -162,6 +168,9 @@ class SN_YammerClient
     }
 
     /**
+     * Get a final access token from the verifier/PIN code provided to
+     * the user from Yammer's auth pages.
+     *
      * @return array of oauth return data; should contain nice things
      */
     public function accessToken($verifier)
@@ -175,7 +184,7 @@ class SN_YammerClient
     }
 
     /**
-     * Give the URL to send users to to authorize a new app setup
+     * Give the URL to send users to to authorize a new app setup.
      *
      * @param string $token as returned from accessToken()
      * @return string URL