Thursday, 19 September 2013

How to use Dropbox Datastore API in Symfony2

How to use Dropbox Datastore API in Symfony2

I've developed an HTML5 app using Symfony2 with my own data model (using
Doctrine2). Right now, I want to integrate my app with others apps (for
iOS and Android), sharing and syncronizing the same data model, using
Dropbox Datastore API.
The apps for iOS and Android (developed by others) mentioned above are
working perfectly with Dropbox Datastore API.
I was reading the official documentation and I've seen that exists an SDK
for JS but I don't know if this SDK is valid for working with Symfony2
because I think the best way to call to the data model is in the
controllers (server side, via PHP) and not in views (client side, via JS).
Maybe exists a bundle for this functionality (I haven't found anything
about it) or a good way for work with this API in PHP or, maybe, it's
possible in JavaScript (recalling the app has been developed in Symfony).
Someone has tried that? What is the best way to work with that API and how
I can do it?
Thanks in advance!

No comments:

Post a Comment