jerodfritz / Alloy-Parse-Adapter

Appcelerator Alloy Model Sync Adapter Example for Parse.com API
Other
10 stars 6 forks source link

Error in restapi.js #1

Open iantearle opened 11 years ago

iantearle commented 11 years ago

Getting the following:

Script Error = 'undefined' is not a function (evaluating 'model.url()') at restapi.js (line 44).

Any ideas?

jerodfritz commented 11 years ago

This code is a bit outdated. If you want to do very simple parse integration here is good example http://www.slideshare.net/aaronksaunders/parse-appcelerator-titanium-the-easy-way-jan2013

I need to update this code to reflect that method

uptownben commented 11 years ago

@iantearle did you find a solution to this? I am getting the same error is a non-parse related project.

jerodfritz commented 11 years ago

Hey Ben,

I'll try and make some time this week to re-write this example using the parse sdk.

shekyboy commented 10 years ago

I am trying to use these files and the simple user login doesnt seem to make it to the server. Aaron, I have looked at the TiParse library too, but that doesnt seem to be hooked with Alloy Model structure.

Let me know if there is a good way to use it