I need to connect to another web application using webservice. That web application uses OAuth protocol to connect to their api. I am new to OAuth, but I did read the documentation :D . My question is, to connect my web application with their, what data do I need from them? I basically need to get all data of resource owners.
I think I need:
- 1) consumer key and consumer secret key from that web application company
- 2) token credential from the resource owner
I need this info right?
Can I save the resource owner token credential to get data in the future without resource owner login?
In their web application, it says I can get the following info from them:
- OAuth access tokens and secrets - > are these the token credential of the resource owner?
- OAuth Service key and secret -> what are these?