I have got a demo script that lets me authorize with my app and sends back my token. But all this crap is confusing as hell.
I have always used username and password in my CURL or simpleXML functions to authorize the API call. What the hell is going on with this oauth thing by comparison?
I get that i will store the token, but what do i do with it once i have it? Nothing ive found online is clear and it makes the assumption that im stephen hawking and already know 9/10ths of what they are talking about.
Help me go from using username and password in the http address, to using my oauth token instead.