Skip to content

Authentication broken? #27

@cbjjensen

Description

@cbjjensen

I am always getting authentication error now. I'm not using a "live" account like the other issue reported.


        Skype4Sharp.Skype4Sharp mainSkype;
        SkypeCredentials authCreds = new SkypeCredentials("avvidisc", "password");
        mainSkype = new Skype4Sharp.Skype4Sharp(authCreds);

        Logging.Write("[ LOGIN ]: Logging in with " + authCreds.Username + string.Join("", Enumerable.Repeat("*", authCreds.Password.Length)));
        if (mainSkype.Login())
        {

            Logging.Write(" Skype Login complete" );

        }
        else
        {
            Logging.Write("Skype Login failed");
        }

Thoughts @lin-e ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions