6
Answers

Server Error when trying to verify twitter api after login

Photo of Sanket

Sanket

1y
582
1

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)