question

SaeedPooladzadeh-4680 avatar image
0 Votes"
SaeedPooladzadeh-4680 asked Bruce-SqlWork commented

Which C# wrapper for Instagram still works?

Hello,

Many of C# wrappers for instagram don't work don't work.

Do you know any C# wrapper for Instagram that still works?


regards,
Saeed

dotnet-csharp
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Paul-5034 avatar image
1 Vote"
Paul-5034 answered Bruce-SqlWork commented

Have you looked at InstagramApiSharp?
https://github.com/ramtinak/InstagramApiSharp

It looks like it's being actively maintained (as of a few hours ago actually.)

Are there any particular functions you're trying to do?

· 4
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

It sounds that API needs the app id and secret.
But if my app is an advanced app what should I do?
Do you have any idea and expirience؟

Please inform me.

0 Votes 0 ·

@SaeedPooladzadeh-4680
Could you please tell us what "advanced app" mean?
In addition, I think that questions about this package will be better supported by asking the author in its GitHub repository.

0 Votes 0 ·

Hi @Paul-5034, is there any documentation about this package? i don't find it.
Thx

0 Votes 0 ·
Bruce-SqlWork avatar image Bruce-SqlWork KvinFERRANDON-9934 ·

this library was created by reverse engineering the instagram network requests. The main developer has stopped working on it, so now its a community project. Users of this repo should learn and share in the support (create documentation and bug fixes).

the official instragram api's (though very limited) are simple REST apis:

https://developers.facebook.com/docs/instagram-basic-display-api

https://developers.facebook.com/docs/instagram-api

0 Votes 0 ·