hi
i got these error message when using php restlibrary (myspace-da-php-download)
i try to run the /examples/TestAllGets.php
Fatal error: Uncaught exception 'Exception' with message '401
oauth_problem=permission_unknown' in /www/mspi/lib/base/BaseAPI.php:67
Stack trace:
#0 /www/mspi/lib/base/OAuthBaseAPI.php(41):
BaseAPI->_do_get('http://stage-ap...', NULL)
#1 /www/mspi/lib/api/OAuthTokenAPI.php(44):
OAuthBaseAPI->do_get_raw('/access_token', NULL)
#2 /www/mspi/examples/TestAllGets.php(89):
OAuthTokenAPI->get_access_token()
#3 {main} thrown in /www/mspi/lib/base/BaseAPI.php on line 67
i set auth consumerkey and consumer secret in config.php file and set my user id in TestAllGets.php
is there any other things i have to done for removing this error .