Facebook Login - Windows 10 UWP - Desktop
问题 I am building a new Universal Windows 10 UWP App, and trying to do a Facebook login. On Facebook, I have set the Windows App section of my app to have the identifier of my app: Windows : s-1-15-xxxxxxxxxxxx Windows Phone : fef49b712e5a843cbfeb0c9d780423fc (Not the actual one) In the package manifest file, I have added the protocol of: msft-fef49b712e5a843cbfeb0c9d780423fc Which means I set my redirect_uri parameter to: msft-fef49b712e5a843cbfeb0c9d780423fc://authorize When running on a phone