diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-02 16:55:34 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-02 16:55:34 -0400 |
commit | 7e82a6fcb19b18f70ce19afc0080f6873d6399a7 (patch) | |
tree | 9285c30fc085740416985376dc1ec5037e58c8fb /actions | |
parent | 67264e038ccc9a276b8e940d388585536db10c92 (diff) |
trying to find out why auth request is going to requesttoken
darcs-hash:20080602205534-84dde-fc7d85d50b758bc73721a6aaa87c16c41237d14f.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/remotesubscribe.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php index fa7843880..c9fd0987d 100644 --- a/actions/remotesubscribe.php +++ b/actions/remotesubscribe.php @@ -197,6 +197,7 @@ class RemotesubscribeAction extends Action { return NULL; } + common_debug('remotesubscribe.php - this looks like a good OMB: "'.print_r($omb,TRUE).'"'); return $omb; } @@ -299,6 +300,8 @@ class RemotesubscribeAction extends Action { $url = omb_service_uri($omb[OAUTH_ENDPOINT_AUTHORIZE]); + common_debug('remotesubscribe.php - user authorization URI = "' . $url . '"'); + # XXX: Is this the right thing to do? Strip off GET params and make them # POST params? Seems wrong to me. |