How can I edit my profile picture on Instagram using the Instagram API? I've reviewed the API documentation but haven't found anything. I'm using C# .NET, also downloaded "InstaSharp" but can't figure it out.
Edit profile picture on Instagram using Instagram API?
2.7k Views Asked by The Dark Knight At
2
There are 2 best solutions below
1

If you are not committed to instasharp, this may have been asked and answered: Instagram API using Json.net
The answer uses json2csharp
(http://json2csharp.com/), but from there it looks like it would be a breeze to just set User.profile_picture
.
With the current Instagram API (v1) this not possible. There are only 3 POST methods to modify data and those are for Relationships, Likes, and Comments.