Instagram Posting

Jardiland007

Newbie
Joined
Oct 18, 2015
Messages
47
Reaction score
19
Hello,

I'm currently working on an Instagram Bot and I'd like to know if anybody knows how to post a picture via HTTP Request ?

Thanks :)
 
Posting a pic on instagram goes into alot more depth than just sending a http request. Are you using already instagram API? And if so are you using the web one or the app one?
 
github.com/mgp25/Instagram-API
This is not an official Instageam API. Its use violates the rules of instagram and can lead to account blocking
 
You need to send image as byte array in multipart form request.
 
Back
Top