Skip to content
New issue

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

403 Forbidden Error #1220

Open
meshugina opened this issue Dec 12, 2023 · 0 comments
Open

403 Forbidden Error #1220

meshugina opened this issue Dec 12, 2023 · 0 comments

Comments

@meshugina
Copy link

To whom this may concern -

Via my Free Twitter Developer Account (and the Default Project/App Twitter supplied when setting up my account), I have both LIMITED V1.1 ACCESS ONLY & V2 ACCESS.

I'm able to successfully Authenticate and can retrieve my UserName via the following:

  • var user = await userClient.Users.GetAuthenticatedUserAsync();

However, I'm getting a 403 Forbidden Error when I then call either of the following:

  • var friends = await client.Users.GetFriendIdsAsync("MyFriendName");
  • var friend = await client.UsersV2.GetUserByNameAsync("MyFriendName");

Please advise (and many thanks, in advance).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant