((Using the C# Facebook SDK))
I have an app that's been working for a while now.. Since a few months ago, when people started getting Windows Phone 8 devices, some people have been getting an error when trying to connect the app to Facebook. I have not been able to get a clear repro on which devices/combo this happens for sadly, though it seems like it's more than one device and it seems to be happening on 7.5 devices as well.
The error some are getting is "An error occurred. Please try again." after putting in their name/pwd. I have added some debugging code and have the page content (minus pwd) they are seeing and it's just a blank page with the error at the top. The navigation that occurs on the hosted browsers is this (client_id replaced to protect my key, but I validated that it's correct).
First they get this:
Then they get redirected to this which gives the aforementioned error:
Note that there's another class of users that are seeing a different behavior (those with 7.5 devices, I think).. They go to the same page as the previous ones, and then redirect to an empty page (when I look at the content, there's "error" at the title, but the page is otherwise empty.
I am unable to repro this on either of my devices or the various emulators (8.0/7.5 etc).
Does anyone have an idea on how to debug this?