Implementing OAuth in QML

dhruvrock2000

ex-Mod
May 4, 2009
1,412
20
102
33
New Delhi
As the title suggests , can someone recommend resources for reading up on implementing OAuth in QML ?

Been reading this : http://www.developer.nokia.com/Community/Wiki/QML_OAuth

B
ut could do with some additional resources. If someone is feeling particularly generous and could explain it via chat or something.. that would be amazing
<
 

sarang

Skilled
Dec 22, 2005
1,689
48
62
#dhruvrock2000 Have PMed you my skype id if you need to discuss something inappropriate for a public forum (Specific site names/code etc). Rest of the discussion we can continue here. I've never done QML, but would hope to help you out around OAuth.
 

Gaurish

ex-Mod
Apr 7, 2006
3,326
135
101
124
Jaipur
www.gaurishsharma.com
OAuth is fairly complex protocol due that fact you need to perform full "OAuth Dance". However, if you can manage to get your hands o a Library which has implemented the protocol. Its peaice of cake

This comes from personnel experiences, as I tried to implement OAuth without using any library & it was a mess!

Btw,QML looks similar to javascript. so maybe, I could help. Hence, what error are you getting? Where you are stuck?