Im learning about oauth and i have my application setup and im able to authenticate my account and get my token, but im curious how i use this to authenticate an API call?
Where before im using
http://username:[email protected]/whatever.xml
What do i do now with my token to authenticate?