5 thoughts on “skydrive photo upload wp7

  1. Hi

    I’ve been playing with your sample with no success!

    In this procedure …

    private void SignInButtonSessionChanged(object sender, Microsoft.Live.Controls.LiveConnectSessionChangedEventArgs e)
    {
    if (e.Status == LiveConnectSessionStatus.Connected)
    {
    VisualStateManager.GoToState(this, “SignedIn”, true);
    _liveConnectSession = e.Session;
    }
    }

    … e.Status always returns ‘unknown’.

    I have, of course, put my correct ClientID in the SignInButton.

    What is likely to be wrong?

    Jeff

  2. I have meet the same issue of the “e.Status always returns ‘unknown’”
    Then return to the sign in button screen ><

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.