Closed fariazz closed 12 years ago
See the methods are not in the server js file: http://sdk.cocoafish.com/js/cocoafish-1.2.js
Moreover.. I downloaded the demo ZIP file and when opening login.html in Chrome got the same error I get in my own app:
Uncaught TypeError: Object #<Cocoafish> has no method 'useThreeLegged'
Can you please try again. We updated the js file
hi @baobeimm thanks for getting back to me. Tried with a fresh cache and still getting the same error.
http://sdk.cocoafish.com/js/cocoafish-1.2.js doesn't seem to have changed.
http://sdk.cocoafish.com/js/cocoafish-1.2.min.js is giving 403 error.
Hi fariazz, cocoafish-1.2.js is not updated. Please use the minified version. Can you please provide the steps to reproduce the 403 error? Thanks!
Hi @baobeimm the step to get the 403 error is just clicking on this link: http://sdk.cocoafish.com/js/cocoafish-1.2.min.js tried with a clear cache in FF and Chromium.
It's been fixed. Please try again.
thanks @baobeimm it's working now!
In this guide: http://cloud.appcelerator.com/docs/javascrip
it mentions sdk.useThreeLegged and sdk.checkStatus, but they are not in cocoafish-1.2.min.js and I get errors when trying to use them.. not sure what I'm missing here..