I am writing an application that will integrate with Instagram. In order for me to access some APIs, Instagram requires me to authenticate with oAuth. I have never used oAutho before and completely lost. In particular, I will do this in Python (not in my strong language), and thus, I donβt know where to start.
So, I know that before something I need to get the oAuth token. The Instagram site gave me client_secret and client_id. But it also gave me a redirect URI. I know that these three things should be used together, but I donβt know how to do it.
Since this is a desktop application, will I need to use some kind of web component?
Can someone point me in the right direction?
Thanks!
source share