]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
trying to find out why auth request is going to requesttoken
authorEvan Prodromou <evan@prodromou.name>
Mon, 2 Jun 2008 20:55:34 +0000 (16:55 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 2 Jun 2008 20:55:34 +0000 (16:55 -0400)
darcs-hash:20080602205534-84dde-fc7d85d50b758bc73721a6aaa87c16c41237d14f.gz

actions/remotesubscribe.php

index fa784388076c1021e0fc5b869dfd9009900e92bc..c9fd0987d670c44a2bf15dee82619f3596e45b9f 100644 (file)
@@ -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.