Community Questions & Answers

Twitter SSO authorisation

Hi, With Titanium mobile, Facebook authorisation can be done with Single Sign On which launches the native facebook app, allowing user to authorise an application without entering his username and password. Is there a way which allows doing the same for...

SOAP with login/password

Hi, in my case the communication to server uses Basic Authorization.For this I [patched suds.js](http://pastie.org/4042824). This was easy ;-) ~~~ if (config.username && config.password) { xhr.setRequestHeader('Authorization', 'Basic ' ...

HTTPClient "302 Found" Bug

Here is the bug. The Titanium.Network.HTTPClient correctly follows a "302 Found" redirect. On the iPhone however it does not put the http authorization header in the next request (ending in a 401 response from the server). I have not had this a...

XHR authorization

Hi, Are you storing login and password credentials on device (Titanium.App.Properties) to prevent need of loggining each time application starts?

Showing 1-18 of 18