sencha touch login with Facebook

Hi!
I started working a project fromSencha touch and our team chose Backendless to be our mbaas. As i tried building a native app i can’t access the backendless data users table used by Backendless javascript sdk.
Does backendless supports javascript on Mobile Native Application.

Here’s my simple code for login with backendless javascript sdk code:
Backendless.UserService.login( http://loginValue.email, loginValue.password, true );
It work’s in browser but when i build my project to native application backendless doesnt response.
Thanks,
Kat

Hi Kat,

Have you done any digging to see where the problem is? Are there any failures or errors? Our SDK is open source and it should be rather straight-forward to walk through the code to see where it fails.

Regards,
Mark

Thanks for the response,

There’s no errors showing once i build and run the project to native app. Does JavaScript SDK of Backendless support native app? or should i try Android SDK of Backendless?

We don’t officially support such multi-platform development processes, so there are no guarantees that is will work with any of the SDKs.