You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys,
Im trying to use the API to connect a intagram account to an appli
So, I followed examples like this :
`var userSession = new UserSessionData
{
UserName = "blabla",
Password = "blabla"
};
At this point, loginResult.Succeeded is true and I have no error.
To Continue, i'm doing this : if (loginResult.Succeeded) { await _InstaAPI.SendRequestsAfterLoginAsync(); var collections = await _InstaAPI.CollectionProcessor.GetCollectionsAsync(InstagramApiSharp.PaginationParameters.MaxPagesToLoad(1)); }
Here, in collection.Info, I have the following value : challenge_required
But in my _InstaAPI, i dont have a ChallengeLoginInfo or ChallengeVerifyMethod
Did I miss something ?
The text was updated successfully, but these errors were encountered:
Important note
[ ]
that is related to your issue, like[x]
Important note
from this form!Debug logs
andScreenshots
sections)!I've:
Issue category
Language
Usage
Operating System
Describe your issue
Hi guys,
Im trying to use the API to connect a intagram account to an appli
So, I followed examples like this :
`var userSession = new UserSessionData
{
UserName = "blabla",
Password = "blabla"
};
At this point, loginResult.Succeeded is true and I have no error.
To Continue, i'm doing this :
if (loginResult.Succeeded) { await _InstaAPI.SendRequestsAfterLoginAsync(); var collections = await _InstaAPI.CollectionProcessor.GetCollectionsAsync(InstagramApiSharp.PaginationParameters.MaxPagesToLoad(1)); }
Here, in collection.Info, I have the following value : challenge_required
But in my _InstaAPI, i dont have a ChallengeLoginInfo or ChallengeVerifyMethod
Did I miss something ?
The text was updated successfully, but these errors were encountered: