InstagramApiSharp icon indicating copy to clipboard operation
InstagramApiSharp copied to clipboard

How to change account? (how to handle with multiple accounts per one credentials)

Open andrei-anfilets opened this issue 4 years ago • 1 comments

I've:

Issue category

  • [x] Bug
  • [ ] Feature Request
  • [ ] Missing Feature
  • [ ] Question
  • [ X] Not sure

Language

  • [ X] C#
  • [ ] VB.NET

Usage

  • [X ] Windows Form/Console app
  • [ ] WPF app
  • [ ] Asp .NET MVC
  • [ ] Asp .NET Core
  • [ ] Universal Windows Platform [UWP]
  • [ ] Xamarin or Xamarin Forms
  • [ ] Mono
  • [ ] Other

Operating System

  • [ X] Windows
  • [ ] Windows Server
  • [ ] Linux
  • [ ] Mac OS
  • [ ] Other

Debug logs

If your issue has an debug log, post it here, unless remove this section!

Describe your issue

How to switch accounts? e.g. I have multiple accounts per one credentials, how can I switch user? I've tried to log in with different account using main password, but it seems that there should be a change account function.

andrei-anfilets avatar Apr 25 '20 21:04 andrei-anfilets

To "switch" accounts you have to login with the other account on a new "IInstaApi". You can use creadentials to log in or reuse an previous session for that

etaxi341 avatar Sep 04 '20 11:09 etaxi341