خرید بک لینک

Vote count: 0

Call the login method, enter valid credentials then get:

You do not have permission to view this directory or page

The url at this point is "https://zzz.azurewebsites.net/.auth/login/aad/callback"

I'm expecting the login method to simply complete and retu a user (or auth token etc) as it does when using the MobileServiceClient in my mobile (Xamarin) apps.

      this.client = new WindowsAzure.MobileServiceClient('https://zzz.azurewebsites.net');
  this.client.login("facebook").done(function (results) {
    console.log(results); 
  alert("You are now logged in as: " + results.userId);
  }, function (err) {
      alert("Error: " + err);
  });

asked 53 secs ago

برچسب: نویسنده: استخدام کار تاريخ: جمعه 15 مرداد 1395 ساعت: 8:27

صفحه بندی