Community Questions & Answers
How to do Twitter auth.
Hello, Is there a better way of doing Twitter auth than the library that David R provided. Don´t get me wrong, it seems to be a wonderful library but I can never get it to fully work. It could be me but it seems buggy / not up to date. Aaron have made a...
Restful HTTPClient open Digest Auth
Hi everyone developing with Titanium Dev. Im building an App that uses a Web Service API to get the info from the servers. Well... it uses Digest auth for every request. Is there any way to auth with Digest? Thanks
Can anyone provide me a url + method to test xmlrpc basic authorization?
Can anyone provide me a url + method to test xmlrpc basic authorization? I knew there are few xmlrpc-test servers, but none of them support basic authorization. I need to test if Titanium does support httpRequests with Authentication or not. So far, all...
HTTPClient - Set a proxy with a Digest Auth
Did anyone ever manage to make an http call through a proxy server using a digest access authentication? I tried with basic authentication, but if I set the proxy and the username+password from the network settings, my http request will crash the whole...
base64 appears to do nothing?
Hi, I have an odd problem, i am trying to do basic authentication but the string does get encoded and the function appears to die. ~~~ Titanium.API.info('about to base64encode'); var authentication = 'Basic ' + Titanium.Utils.base64encode(username+...
Facebook Login Problem "Safari can not open the page because the address is invalid"
After I click on the "Login With Facebook" button in my app, it takes me to safari and asks me to authorize the app. I click "Allow" and instead of returning me to my app it shows an alert box saying... "Cannot Open Page Safari...
Twitter authentication in kitchen sink
Now that Basic Auth for twitter is going away, is someone working on an example to use oAuth?
Showing 1-7 of 7