-
Notifications
You must be signed in to change notification settings - Fork 101
ProviderError #238
Comments
Can you post your code that's calling LoginAsync, or a screenshot of the error or something? what language are you using the sdk from? Is the error coming from an exception or is it shown in a webview or something? This is too vague to be actionable for me currently. |
Sure. Note that it used to work and I didn't change the code so maybe it is facebook setttings? result.Succeeded is false and errorInfo says ProviderError.
|
So for Windows 10 To get around the logic in Are you sure though that it's our |
I have the same problem on my local machine (PC) but not on Mobile emulator (10.0.14393.0 720p 5 inch 1GB).
|
Have the same issue. Reproduced only with installed Facebook App. Without it - all work correctly |
So I've been able to repro this issue, it appears that there's something wrong with the interaction between the sdk and the Facebook app. A workaround for now is to pass a |
same here.. I realize that Facebook has changed my App Id on the app settings page.. and yet after I renew the Facebook app Id in my UWP app, the LoginAsync still throws the error:
|
Same problem here, anyone have a fix to it? |
I've manged to work around the error using: |
In FBSession::FBResultFromTokenRequestResult, would it make sense to just return ErrorCodeWebAccountProviderNotFound? Is the error caused by provider not found? |
Same here :(. And that SessionLoginBehavior workaround doesn't work for me :(. |
@sidgo28 can you share some more information about how you're experiencing the problem? Windows version, winsdkfb version, etc. specifying the SessionLoginBehavior works fine for me. |
@adiviness
Here's the FBSession object in #3 and #4: And here's my code: In the app constructor:
On login button tapped:
Also, I tried the other SessionLoginBehaviors but to no avail. Edit: After experimenting with the app, I think this has something to do with logging out the user. Here's what I did:
Hence, I do think that the issue is in the Also here's my logout button onTapped code:
So do you think there's a temporary workaround for this? Thanks. |
I'm using the Win10 Nuget package (0.13).
Login fails with "ProviderError". Can't find anything about it.
All ids and redirect paths are ok.
The text was updated successfully, but these errors were encountered: