You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add user secrets to both the CodeChallengeAPI and TwitterServiceTest projects. Right-click on the projects and select Manage User Secrets from the context menu.
In the secrets.json file place the json below. You will need to get the specified values from an application you registered in the Twitter developer portal.
see: https://developer.twitter.com/
You will need to use either the ConsumerKey/ConsumerSecret combination or the BearerToken by itself. There is no need to use both the ConsumerKey/ConsumerSecret
combination and BearerToken. If a BearerToken is present it will be used.
See: https://developer.twitter.com/en/docs/authentication/oauth-2-0/application-only