Replies: 1 comment
-
Hi, Extra work required: One of the reason you are getting this [429 response], is because Instagram uses a new API for authentication called Notification, it will sends one request repeatedly to their server and waiting for response for other logged in device. it will show an approve/decline notification to second device(Note, you don't need any verification code for this!). [ This only happens if you enabled that option in As I tested before, you have to call that function:
All of these scenarios (+ example projects) are already implemented in private version of InstagramApiSharp. Regards. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have a question regarding the TwoFactor login in code. Is it possible somehow to bypass the TwoFactor login in code since we are using the NuGet package inside of an API and we don't have the code in the frontend to insert the needed code?
Also we get frequently errors 429 (Too many requests) on a server were we have multiple websites that use the same package and same username and password. Is it possible to set a device and location so that we always send the same device and location on login or is it possible that the device will be blocked too?
Beta Was this translation helpful? Give feedback.
All reactions