Esempio n. 1
0
 private static function sendRequest($props, $context, $authentication)
 {
     $url = Simplify_Constants::OAUTH_BASE_URL . '/' . $context;
     $http = new Simplify_HTTP();
     $resp = $http->oauthRequest($url, $props, $authentication);
     return $resp;
 }