Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Twitter OAuth was failing because HttpWebRequest does not support TLS v1.2 #417

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

brettharrisonzya
Copy link

Xamarin.Auth Pull Request

Fixes # .

Checklist

  • I have included examples or tests
  • I have updated the change log
  • I am listed in the CONTRIBUTORS file
  • I have cleaned up the commit history (use rebase and squash)

Changes proposed in this pull request:

Had to change HttpWebRequest to HttpClient in order to get twitter to work.
HttpWebRequest does not seem to support TLS v1.2 that the twitter API requires.

@dnfclas
Copy link

dnfclas commented Sep 11, 2019

CLA assistant check
All CLA requirements met.

@brettharrisonzya
Copy link
Author

This fixes iOS and Android

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

Successfully merging this pull request may close these issues.

2 participants