Reputation: 4656
I am working in Titanium and I need to connect to an oAuth 2.0 server (specifically Quizlet.com: https://quizlet.com/api/2.0/docs/authorization_code_flow/).
I don't know much about oAuth 2.0, but I've heard it's much easier to use than oAuth 1.0 and that I don't need any special frameworks to integrate with it, all I need to do is specify a custom header. Is this possible with Titanium, and if so, how do I achieve it?
Thank you so much and please let me know if you need any further details.
Upvotes: 0
Views: 1708
Reputation: 1380
Not sure if there is an specific sample for Quizlet and Titanium, but you can take a look at the following oAuth implementations with linkedIn:
And Foursquare:
https://gist.github.com/885560
It will give you a good starting point
Upvotes: 1