remove authentication from api help/test. fix issue 552.
identi.ca don't ask for auth on help/test.
This commit is contained in:
parent
3bf560f22f
commit
a92ef6f0fe
|
@ -1433,7 +1433,7 @@
|
|||
return api_apply_template('test', $type, array('$ok' => $ok));
|
||||
|
||||
}
|
||||
api_register_func('api/help/test','api_help_test',true);
|
||||
api_register_func('api/help/test','api_help_test',false);
|
||||
|
||||
/**
|
||||
* https://dev.twitter.com/docs/api/1/get/statuses/friends
|
||||
|
|
Loading…
Reference in a new issue