Youssef13
Youssef13

Reputation: 4944

How to upload photos to Instagram using web request

My question is how to upload photos to Instagram using the web request ? In my opinion, That can be done by capturing the web request sent by Instagram Application on Android device and write it in any desktop language like c# or vb.

I tried to connect Fiddler on desktop to my Android device but I couldn't Note: I'm connected to MikroTik server with TP-Link access point router in my home.

Upvotes: 1

Views: 4043

Answers (2)

Fernando
Fernando

Reputation: 2193

You can use InstaSharp from Codeusa with the risk of get banned:

https://github.com/Codeusa/InstaSharp

Upvotes: 2

AndyRyan
AndyRyan

Reputation: 1506

Short answer. you can't. Posting photos is not part of their public API

If you try to reverse engineer their private API, whatever account they detect posting without using an official Instagram app (I'm guessing they use some sort of signature) will get perma banned.

Anecdotal as this may be, I have seen people experiment with this and have had accounts banned within 20 minutes.

Upvotes: 2

Related Questions