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

"Missing redirect_uri parameter" error with Xamarin.Forms UWP sample #100

Open
ThaineNorris opened this issue Aug 28, 2019 · 0 comments
Open

Comments

@ThaineNorris
Copy link

I was able to get the proper Facebook login flow with the Sample.Forms.UWP sample app. I get the "Success! User is logged in" message, but it stops there and I see exceptions in the debug output. I traced it down to line 229 in the RefreshToken function of OAuthApi.cs where Facebook returns an error that reads,

error :
message : Missing redirect_uri parameter.
type : OAuthException
code : 191

Then I think that since RefreshToken does not succeed, the login is not actually saved on the local machine, so the user must log in again every time the app is run.

How do I supply a redirect_uri? Or is that really the problem?

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

No branches or pull requests

1 participant