-
Notifications
You must be signed in to change notification settings - Fork 151
FAQ
- Checkpoint required
- User must be authenticated exception
- I got sentry block! What can I do to unblock account
- How can I debug?
- I have no idea how to get into this project?
- Where I can get latest version of library?
If you get checkpoint_required
and others - means this IG services detected unusual activity from your account and don't trust
that you are Owner of account. You need to prove that.
Try to do:
- Login to IG website and pass checkpoint.
- Login on your mobile device using official app.
You must use the same IP address as you used to pass checkpoint. Possibility to pass checkpoint automatically, using this library, will not be implemented.
If you get "user must be authenticated" exception - perform Login() action so that user will be authenticated. It must be done once, authentication info have same lifetime with API instance
/// <summary>
/// IResult - common return type for library public methods, can contain some additional info like: Exception details, Instagram response type etc.
/// </summary>
/// <typeparam name="T">Return type</typeparam>
public interface IResult<out T>
I found this approach suitable for projects like this one. Please check ask google for such info first:
- Go to Instagram Web site account settings
- Block you account temporarily
- Wait couple hours
- Login from your Instagram mobile application and you good to go now with this API
- click
- Investigate debug mesage reported by library:
- Setup proper instance and investigate collected logs:
This project includes Demo samples, Tests project and Wiki page - most used cases are covered.
Most stable version available at nuget, latest DEV version (always latest build) at myget