Reputation: 4944
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
Reputation: 2193
You can use InstaSharp from Codeusa with the risk of get banned:
https://github.com/Codeusa/InstaSharp
Upvotes: 2
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