Search found 20 matches

Go to advanced search

by Scott Camacho5948926
Fri Jul 19, 2013 8:26 am
Forum: Issues
Topic: oauth 3 legged authorization for REST API is it possible?
Replies: 5
Views: 1217
 
Jump to post

oauth 3 legged authorization for REST API is it possible?

actually the SF app works on the phone not the browser. I will see if that may be my problem.

by Scott Camacho5948926
Fri Jul 19, 2013 8:17 am
Forum: Issues
Topic: oauth 3 legged authorization for REST API is it possible?
Replies: 5
Views: 1217
 
Jump to post

oauth 3 legged authorization for REST API is it possible?

I have used the salesforce example plugin as a base point. The problem is that the SF app was working but now iIt gets and error - Sandbox access violation: Blocked a frame at " http://appery.io " from accessing a frame at " https://login.salesforce.com ". The frame being accesse...
by Scott Camacho5948926
Thu Jul 18, 2013 8:54 pm
Forum: Issues
Topic: oauth 3 legged authorization for REST API is it possible?
Replies: 5
Views: 1217
 
Jump to post

oauth 3 legged authorization for REST API is it possible?

Is there any documentation or exmaples on using oAuth and a 2 or 3 legged authorization with REST API? Specifically for tripit api. I see the facebook uses oauth but I can not figure how to get request token, etc. Should I be using security context? Or straight javascript/jquery?

by Scott Camacho5948926
Thu Jul 11, 2013 1:47 am
Forum: Issues
Topic: Database service execute with jquery not triggering
Replies: 1
Views: 494
 
Jump to post

Database service execute with jquery not triggering

From what I understand I should be able to run a DB service by using the following code. eval(_signup.execute({})); or _signup.execute({}); However when I have it set to trigger on an page "load" event, it does nothing. I have the service on that page, I have the request pulling data from ...
by Scott Camacho5948926
Mon Jul 08, 2013 11:13 pm
Forum: Issues
Topic: how do I clear sqlite table each time app loads?
Replies: 5
Views: 1185
 
Jump to post

how do I clear sqlite table each time app loads?

ok sorry, It is local storage that I want to clear out each time the app loads for now. I have found this and modified it will it work perhaps?

for (var i in localStorage){
localStorage = '';
}

I am about to try it.

by Scott Camacho5948926
Mon Jul 08, 2013 11:06 pm
Forum: Issues
Topic: how do I clear sqlite table each time app loads?
Replies: 5
Views: 1185
 
Jump to post

how do I clear sqlite table each time app loads?

ok. This is what the app uses by default to store local variables correct?

by Scott Camacho5948926
Mon Jul 08, 2013 10:53 pm
Forum: Issues
Topic: how do I clear sqlite table each time app loads?
Replies: 5
Views: 1185
 
Jump to post

how do I clear sqlite table each time app loads?

is there a command to clear out the sqlite database the iphone so that I can do better testing. It seems to save the user data after I login via facebook, etc. I would like to clear it out so I can run some tests. thanks

by Scott Camacho5948926
Tue Jun 18, 2013 5:54 am
Forum: Issues
Topic: My editor is frozen!
Replies: 28
Views: 6992
 
Jump to post

My editor is frozen!

I've done that and ow that the editor loads the home screen, it works. Maybe the screen on initial load how it was before, which I left as is, was causing it to fail?

Either way it is working now.

thank you

by Scott Camacho5948926
Sun Jun 16, 2013 10:44 pm
Forum: Issues
Topic: My editor is frozen!
Replies: 28
Views: 6992
 
Jump to post

My editor is frozen!

thank you. Can you try to open the project and save it so that it opens on the Appery Start screen for me? Currently the builder is trying to open one of the app's pages and maybe that is causing the hangup when it loads?

thank you

by Scott Camacho5948926
Sun Jun 16, 2013 4:15 pm
Forum: Issues
Topic: My editor is frozen!
Replies: 28
Views: 6992
 
Jump to post

My editor is frozen!

Hello,
Yes I have cleared the cache, I tried and turned off plugins that the browser was using like shockwave, I have restarted many times. Nothing. I can open my other projects just fine. We are looking at the same app right?

Go to advanced search