Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. "WinRTError: The specified protocol is unknown.rnn at getResultsOfAsyncOp (Function code:338:5)n at op.completed (Function code:427:21)
  2.  
  3. var loginURL = "https://www.facebook.com/dialog/oauth?client_id=[snip]&display=popup&scope=user_about_me&response_type=token&redirect_uri=ms-app://s-[snip]/"
  4. Windows.Security.Authentication.Web.WebAuthenticationBroker.authenticateAsync(
  5. Windows.Security.Authentication.Web.WebAuthenticationOptions.none,
  6. new Windows.Foundation.Uri(loginURL))
  7. .then(function success(result) {
  8.  
  9. }, function error(error) {
  10.  
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement