]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix URLs for OMB endpoints
authorEvan Prodromou <evan@prodromou.name>
Mon, 2 Jun 2008 18:56:18 +0000 (14:56 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 2 Jun 2008 18:56:18 +0000 (14:56 -0400)
darcs-hash:20080602185618-84dde-222f44fcdd6d085b9c3ef26f03738e120be55fae.gz

lib/omb.php

index fc873d0d520e1f9dc1abd4aa86f62b2acb30fd54..d7fa70195710afc13792a44ca89522f65f16f5e1 100644 (file)
@@ -27,8 +27,8 @@ define('OMB_NAMESPACE', 'http://openmicroblogging.org/protocol/0.1');
 define('OMB_VERSION_01', 'http://openmicroblogging.org/protocol/0.1');
 define('OAUTH_DISCOVERY', 'http://oauth.net/discovery/1.0');
 
-define('OMB_ENDPOINT_UPDATEPROFILE', OMB_NAMESPACE.'updateProfile');
-define('OMB_ENDPOINT_POSTNOTICE', OMB_NAMESPACE.'postNotice');
+define('OMB_ENDPOINT_UPDATEPROFILE', OMB_NAMESPACE.'/updateProfile');
+define('OMB_ENDPOINT_POSTNOTICE', OMB_NAMESPACE.'/postNotice');
 define('OAUTH_ENDPOINT_REQUEST', OAUTH_NAMESPACE.'endpoint/request');
 define('OAUTH_ENDPOINT_AUTHORIZE', OAUTH_NAMESPACE.'endpoint/authorize');
 define('OAUTH_ENDPOINT_ACCESS', OAUTH_NAMESPACE.'endpoint/access');