Author: chabotc
Date: Tue Jul 1 01:55:54 2008
New Revision: 673028
URL: http://svn.apache.org/viewvc?rev=673028&view=rev
Log:
Removed old demo hardcoded value in signingFetcher
Modified:
incubator/shindig/trunk/php/src/gadgets/http/SigningFetcher.php
Modified: incubator/shindig/trunk/php/src/gadgets/http/SigningFetcher.php
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/gadgets/http/SigningFetcher.php?rev=673028&r1=673027&r2=673028&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/gadgets/http/SigningFetcher.php (original)
+++ incubator/shindig/trunk/php/src/gadgets/http/SigningFetcher.php Tue Jul 1
01:55:54 2008
@@ -188,7 +188,7 @@
$msgParams[OAuth::$OAUTH_TOKEN] = '';
$domain = $this->authToken->getDomain();
if ($domain != null) {
- $msgParams[OAuth::$OAUTH_CONSUMER_KEY] =
'partuza.chabotc.com'; //$domain;
+ $msgParams[OAuth::$OAUTH_CONSUMER_KEY] = $domain;
}
if ($this->keyName != null) {
$msgParams[SigningFetcher::$XOAUTH_PUBLIC_KEY] =
$this->keyName;