Function getSessionId

  • get session id using login method

    Parameters

    • username: string

      instagram username

    • password: string

      instagram password

    Returns Promise<string>

    session id

    Deprecated

    recommended to use getCookie() function, but you still can use this function too