We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rettiwt.user.details('') is listed as being able to use as Guest, but when trying to do so, you will get an auth error.
if (!Groups_1.allowGuestAuthentication.includes(resource) && this.isAuthenticated == false) { throw new Error(Api_1.EApiErrors.RESOURCE_NOT_ALLOWED);
rettiwt.tweet.details on the other hand will work without authentication it seems.
The text was updated successfully, but these errors were encountered:
Getting user details by using username works without authentication, while getting user details by using id requires authentication.
username
id
I didn't clarify it in the README. Will make changes to it asap.
Sorry, something went wrong.
Thanks.
No branches or pull requests
rettiwt.user.details('') is listed as being able to use as Guest, but when trying to do so, you will get an auth error.
rettiwt.tweet.details on the other hand will work without authentication it seems.
The text was updated successfully, but these errors were encountered: