Merge pull request #647 from fabrixxm/issue-552
remove authentication from api help/test. fix issue 552.
This commit is contained in:
commit
ce7217c8f6
|
@ -1433,7 +1433,7 @@
|
||||||
return api_apply_template('test', $type, array('$ok' => $ok));
|
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
|
* https://dev.twitter.com/docs/api/1/get/statuses/friends
|
||||||
|
|
Loading…
Reference in a new issue