Sanket

Sanket

  • 1.6k
  • 21
  • 510

Server Error when trying to verify twitter api after login

Jan 25 2024 5:20 AM

Hi 

I am using Microsoft.Owin(OAuth) for social media login.

I am able to load login page but in the response(after keyin login credentials), access token is empty(urn:twitter:access_token)

Because of that, when I am calling to verify details(api.twitter.com/1.1/account/verify_credentials.json) and fetch email id and other details, oAuthToken value is empty and its throwing error "The remote server returned an error: (403) Forbidden"

Any idea how to get that access token and resolve that issue?


Answers (6)