Hi everyone.
I’m Manu and I’m developing a Twitter-based iOS app.
I have been working with OAuth for some days and I don’t reach to understand how it works in detail.
On the one hand, in my app’s page I can get an access_token and secret. On the other hand, Twitter api docs give us some methods to obtaining access tokens, which are necessary to create the oauth signature, needed to sign each request once you have those access tokens.
My question is:
¿Are the access token and secret that appears in my app’s page the same I would get if I ask for them using “obtaining access_token process”?
If this question has been answered before, I would go pleased to that post, but I haven’t count it.
Thank you.
Greetings,
Manu