From 2fe978e1bb044a2ba8920156184dee7bb57c728b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 26 May 2008 07:27:00 -0400 Subject: oauth discovery and all new actions Updated the spec to include OAuth discovery. Added new actions for all the OMB URLs. darcs-hash:20080526112700-84dde-b1800fb4a5ab830be065e736d2a74b742b7eb0f6.gz --- actions/userauthorization.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 actions/userauthorization.php (limited to 'actions/userauthorization.php') diff --git a/actions/userauthorization.php b/actions/userauthorization.php new file mode 100644 index 000000000..5b8a8bdc8 --- /dev/null +++ b/actions/userauthorization.php @@ -0,0 +1,27 @@ +. + */ + +if (!defined('LACONICA')) { exit(1); } + +class UserauthorizationAction extends Action { + function handle($args) { + parent::handle($args); + common_server_error(_t('Not yet implemented.')); + } +} -- cgit v1.2.3-54-g00ecf