undo fancy URLs for omb endpoints
The OAuth library uses the $_GET and $_POST arrays for checking signatures on requests. So, we need to make sure that the client sees the same request parameters as the server (or callback). These don't have to be particularly readable URLs, anyways, since they're mostly "behind the scenes". darcs-hash:20080610123002-84dde-0bce005b77d053d22cfbba8e0743af1b49f151bb.gz
This commit is contained in:
@@ -494,15 +494,6 @@ function common_fancy_url($action, $args=NULL) {
|
||||
case 'subscribe':
|
||||
case 'unsubscribe':
|
||||
return common_path('main/'.$action);
|
||||
case 'accesstoken':
|
||||
case 'requesttoken':
|
||||
case 'postnotice':
|
||||
case 'userauthorization':
|
||||
return common_path('omb/'.$action);
|
||||
case 'remotesubscribe':
|
||||
return common_path('omb/subscribe');
|
||||
case 'finishremotesubscribe':
|
||||
return common_path('omb/finish');
|
||||
case 'avatar':
|
||||
case 'password':
|
||||
return common_path('settings/'.$action);
|
||||
|
Reference in New Issue
Block a user