Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add extend access token request #3

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

Conversation

Airistotal
Copy link

There were a few decisions made here that were a little bit beyond just adding this request:

  1. Upgrade the test project to .net core 3.1 since the .net core 2.2 library is not supported by ms anymore. I went to install .net core 2.2, but it was just redirecting me to the latest version. It couldn't run the tests without this change

  2. I refactored the FacebookClient.GetAsync method to be a little more readable since that was the part of the code that took me the longest to understand.

  3. In Facebookclient.SerializeResponse I made it so the actual Facebook error was throw so that error messages are more informative. This was quite helpful for me as I added extra tests.

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

Successfully merging this pull request may close these issues.

1 participant