If you don't know how to make a POST request, step back from instagram and go learn the basics.
How to make GET / POST requests.
How to modify headers
How to analyse HTTP requests and understand what each part is doing. Fiddler for window, charles for mac, burp (I think)/ python mitm for linux
Then practise on some simple forms. POST encoding, POST multi part
Make AJAX requests, make JSON posts
Get yourself familar with a HTML parser and JSON library
Then once you can do all the above with your eyes closed, then think about instagram