Hi,
I'm making a decision on what framework to build my dropbox app on. My current thinking is an AngularJS single page application consuming a RESTful API. This would allow me to create mobile apps using Phonegap, rather than build native versions of the application. From reading around, it seems that there are some gotchas around the oAuth 2.0 flow. Is there any documentation / guidance / advice available please?
Torii looks like a possible solution but I want to stick to AngularJS - is there a similar tool for AngularJS?
Thanks!