xamarin / Xamarin.Auth

Xamarin.Auth
Apache License 2.0
542 stars 349 forks source link

Got "unknown_user" error when login by Instagram #360

Open KevinHu-au opened 5 years ago

KevinHu-au commented 5 years ago

Xamarin.Auth Issue

IF BUG, INCLUDE THIS PART:

Version

Steps to reproduce

  1. Initialise an OAuth2Authenticator() by the Implicit mode (with Clientid, scope, authorizeurl, redirecturl)
  2. call OAuthLoginPresenter.Login(authenticator)
  3. Then I can see the login page on the phone, but instantly the "unknow_user" popup

Platform:

Expected behaviour

Tell us what should happen

Actual behaviour

Tell us what happens instead Can you also include a screen shot?

IF IT IS A NEW FEATURE REQUEST, INCLUDE THIS PART:

Feature description

Write a description of the feature. How should it work? How should it look? Include some graphics if this could help!

KevinHu-au commented 5 years ago

I did read the source of the library. I am pretty it was raised in OnPageEncountered() which is catching the error from the PageLoad url. But I cannot why it is happening

bastianbecker21 commented 5 years ago

When can I get new version of package in nuget with this fix?

jodik commented 5 years ago

Any update on this?