titarenko / OAuth2

OAuth2 client implementation for .NET
412 stars 154 forks source link

- Added the possibility to get the email in the Twitter implementation #118

Open Alexia-AT-Digitecnology opened 6 years ago

Alexia-AT-Digitecnology commented 6 years ago

Passing queryParameters => ("include_email", "true") to the GetUserInfo function you can obtain the twitter's email account of the user.

niemyjski commented 6 years ago

Hello sorry for the delay. I reviewed again and I think the changes are good. There is some merge conflicts due to us moving fully to async. Can you please take a look at my comments and update the usages and be sure the tests pass.

niemyjski commented 6 years ago

@Alexia-AT-Digitecnology ^^ 👍

niemyjski commented 5 years ago

Hello,

Can you please resolve any conflicts and look at the comments above so we can get this merged in.