Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9133679
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:31:45+00:00 2026-06-17T08:31:45+00:00

I am developing an application (Windows Store) to access SkyDrive content. To login to

  • 0

I am developing an application (Windows Store) to access SkyDrive content. To login to Live I am using the below code snippet.

        try
        {

            var uri = "https://login.live.com/oauth20_authorize.srf"; 
            var authorizeUri = new StringBuilder(uri);

            authorizeUri.AppendFormat("?client_id={0}&", "000000004C0DE9B7"); //This is my Client ID
            authorizeUri.AppendFormat("scope={0}&", "wl.signin");             
            authorizeUri.AppendFormat("response_type={0}&", "code");
            authorizeUri.AppendFormat("redirect_uri={0}", (""));  //I don't have redirect URL.

            LiveAuthClient auth = new LiveAuthClient(authorizeUri.ToString());

            LiveLoginResult loginResult = await auth.LoginAsync(new string[] { "wl.basic" });
            if (loginResult != null)
            {
                if (loginResult.Status == LiveConnectSessionStatus.Connected)
                {
                    this.txtStatus.Text = "Signed in";
                }
            }
        }
        catch (LiveAuthException exception)
        {
            this.txtStatus.Text = exception.Message+ " Error";   
        }
    }

With this I am always getting the below exception:
“The app is not configured correctly to use Live Connect services. …”

I tried to get Package identity for my Windows Store app. Since, it is taking me to paid registration page, I have not done that. [ https://appdev.microsoft.com/StorePortals/en-us/account/signup/start ]
I am not sure if that is the cause for the problem.

I have also tried this link to register my app. This too is not working.

https://manage.dev.live.com/build?wa=wsignin1.0

I appreciate if someone could help me in resolving this issue.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T08:31:46+00:00Added an answer on June 17, 2026 at 8:31 am

    For a Windows Store app to use Live Connect APIs, it needs to have a Package Identity which you can only get my registering as a Windows Store Developer.

    Windows Phone, iOS and Android apps need only the Client ID. All other apps need Client ID, Client Secret and Redirect Domain.

    That is why it’s not working. For more information, see: http://msdn.microsoft.com/en-us/library/live/hh826541.aspx

    Hope that helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing a windows store app using HTML and javascript. I need to login
I'm developing a Windows application in VS2005 using C#. In my project, I generate
I'm developing an winform application for Windows Mobile 5.0 and above. I'm using .Net
I am developing a Windows Store Application (Windows 8). I have a need to
I am developing a windows store application, where I need to upload an image
I'm developing an application for windows phone 7 and I want to access my
I am developing a windows application in .NET framework, using C#. At the time
I'm developing a Windows 8 application using HTML5. The application requires some user data
I'm developing a Windows Mobile 5.0 or above WinForm application using .NET Compact Framework
I am developing cross platform(Windows, Linux) desktop application using Mono and Gtk#. Application will

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.