Community Questions & Answers

how to read and write to aws s3 using REST and Titanium ?

I created a free tier membership with amazon web services. I have to upload and download files from my iPhone app. Can someone send sample code to do that. I also created a Access Key ID and Secret Access Key, and looking forward to use REST api of...

Parse.com Query Builder

Two questions, 1.) Is there any interest in a Parse.com query builder? Any feedback would be appreciated if you could give it a try: http://parse.whitneyland.com 2.) Would it be better to generate a full Titanium code method ready to drop in, or to...

Security in Rest Api

Hi everybody! I've got some quedtions about security. I've created a Rest Server with basic auth. In my app i call with Ti.Network and i specified user and pass in headers, question is, can anybody read this credentials when my app is in AppStore and copy...

Rest API for android push notifications?

Hello All, I am building a very simple app using parse for notifications. My question is how would you use the REST api to register a android device for push notifications. I have provided some links below of stuff I've read but most of it is general REST...

ACS Push not working (Aug 1 2012)

We have been working with the ACS push service for a good part of last night and today and can not get the REST API to send a push. The web console will send a message (after not working last night). So the question is: How can we debug this any...

REST Service Mapper

I currently use tiggzi. It has a nice REST Service visual mapper. Will Titanium Studio provide such a feature in upcoming version? Does anyone know of a plug-in REST service visual mapper that works with Titanium Studio today?

How to login in gmail using HTTPClient ?

I need to open gmail using HTTPClient and login using my credentials ? how do i pass my credentials in the below code ? ~~~ var url = "http://mail.google.com"; var xhr = Ti.Network.createHTTPClient({ onload: function(e) { ...

Parse.com - users

In the iOS SDK, it has alot of features that allows users to signup, signin, etc to parse.com. When I checked the code from the Forging titanium episode 5, it looks like it's only using what's available in the REST API of parse.com. My question is, are...

Can I use my own API?

Hey, I'm sorry if this is a simple question. I have a web application which accepts data trough a REST API. Can I use appcelerator to develop a iPhone app that GET/POSTs data from the application? Regards, T

RESTful api with GET and POST

Hi I am racking my head over these issue for 2 days.. My server scripts caters for both POST and GET with authentication. Both produces correct json responses with Poster (firefox plugin) but on the iphone, only the POST method is working and the GET...

REST API and JSON and Readystate

Hi I built a REST API using PHP. My iphone app POST json data to the api but never got back readystate == 4. I am returning http status=201 and a content containing json response but the readystate is either 1 or 2 but never 4. And the responsetext is...

XML Identifier

Hi there, i got an issue with a XML that i got from my RESTful webservice. E.g. i got: ~~~ -<name>SomeCoolName</name> -<game id=foo> <name>GameName</name> <desc>Description</desc> ...

Get data from childNodes

Hi there! I tried to get some data from a childNode of my XML. With the help from Chris Reed i got a good way to parse my data from my RESTful Webservice into a XML. Here's the snippet: ~~~ // 200 means it's OK, so as I'm getting XML data I extract the...

REST Connection

Hello! I want to fill my Table with data of a RESTful webservice. e.g. i got www.example.com/category/games as URL and it shows me my data. Is there a way to put them into the table? I'm very new to such topics but need to know hot thats...

Showing 1-38 of 38