Skip to content

I can not create an account. #58

@mstrifonov

Description

@mstrifonov

Hi, Friedns.
I am trying to create an account using this code:
_

_var email = "alenaverji@yandex.ru";
var username = "alenavergi";
var password = "msp1s01110";
var firstName = "AlenaVergi";
var userSession = new UserSessionData
{
UserName = username,
Password = password
};
var delay = RequestDelay.FromSeconds(2, 2);
// create new InstaApi instance using Builder
_instaApi = InstaApiBuilder.CreateBuilder()
.SetUser(userSession)
.UseLogger(new DebugLogger(LogLevel.Exceptions)) // use logger for requests and debug messages
.SetRequestDelay(delay)
.Build();

        var checkEmail = await _instaApi.CheckEmailAsync(email);
        var create = await _instaApi.CreateNewAccountAsync(username, password, email, firstName);_

_

But, create.Succeeded returns False.
What could I have been wrong?
Thank you.
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfixedbug fixedquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions