Search found 189 matches

Go to advanced search

by Matt6607699
Sat Feb 22, 2014 2:49 pm
Forum: Issues
Topic: 401 Unauthorized error when trying to get mentions on twitter
Replies: 4
Views: 624
 
Jump to post

401 Unauthorized error when trying to get mentions on twitter

Hi, I have been stuck with this 401 error: {"errors":[{"message":"Could not authenticate you","code":32}]} for days now and for the life of me can't figure out whats wrong. I have followed this tutorial: http://docs.appery.io/tutorials/build... My intent of us...
by Matt6607699
Fri Jan 31, 2014 5:16 am
Forum: Issues
Topic: how to resize textarea and checkbox?
Replies: 5
Views: 630
 
Jump to post

how to resize textarea and checkbox?

If anyone else is looking to resize the textarea here is how I got it to work.

On page load run JS:

$('textarea[dsid="Textarea_Name"]').css('height',
'350px');

Where Texarea_Name is the name given to your text area in properties.

by Matt6607699
Mon Jan 27, 2014 9:20 pm
Forum: Issues
Topic: Can Appery.io dynamically create new pages from unique database Id's?
Replies: 10
Views: 1178
 
Jump to post

Can Appery.io dynamically create new pages from unique database Id's?

Ok thats great to know im on the right track! After I use the parse code above I can't get any results when. I alert test. Is my code wrong?

by Matt6607699
Mon Jan 27, 2014 6:02 pm
Forum: Issues
Topic: Can Appery.io dynamically create new pages from unique database Id's?
Replies: 10
Views: 1178
 
Jump to post

Can Appery.io dynamically create new pages from unique database Id's?

I've tried saving the response id to local storage variable an using but have not been able to retrieve the id's individually. I tried running this to test after my search: var resulting = JSON.stringify(localStorage.getItem('local_storage_test')); localStorage.setItem("json_response", res...
by Matt6607699
Mon Jan 27, 2014 5:47 am
Forum: Issues
Topic: Can Appery.io dynamically create new pages from unique database Id's?
Replies: 10
Views: 1178
 
Jump to post

Can Appery.io dynamically create new pages from unique database Id's?

Thats ok. no, no luck yet, I'm having trouble getting the id from JSON response stored as separate entries in the DB. My grid in the UI displays search results (location name & Address) with the(google assigned) id in label Location_ID: Search Results: Portobello Cucina Italiana //Mapped to Plac...
by Matt6607699
Sun Jan 26, 2014 4:01 pm
Forum: Issues
Topic: Can Appery.io dynamically create new pages from unique database Id's?
Replies: 10
Views: 1178
 
Jump to post

Can Appery.io dynamically create new pages from unique database Id's?

After further thinking on this I can most likely accomplish what I need through REST.

by Matt6607699
Sun Jan 26, 2014 2:28 pm
Forum: Issues
Topic: Can Appery.io dynamically create new pages from unique database Id's?
Replies: 10
Views: 1178
 
Jump to post

Can Appery.io dynamically create new pages from unique database Id's?

I'm not sure why this is marked answered but I just wanted to make a post so it doesn't get forgotten due to the Answered label.

by Matt6607699
Sat Jan 25, 2014 4:01 pm
Forum: Issues
Topic: Can Appery.io dynamically create new pages from unique database Id's?
Replies: 10
Views: 1178
 
Jump to post

Can Appery.io dynamically create new pages from unique database Id's?

Thank you for your reply, I would like to dynamically create a new pages from each google Id return value so that users can post info to that new page and it will be stored for others to see. An example of my top response from Google places: { "html_attributions" : [ ], "next_page_tok...
by Matt6607699
Sat Jan 25, 2014 7:18 am
Forum: Issues
Topic: Can Appery.io dynamically create new pages from unique database Id's?
Replies: 10
Views: 1178
 
Jump to post

Can Appery.io dynamically create new pages from unique database Id's?

Hi, I would like to use google places api results to have Appery.io dynamically create a new page from unique ID's sent from google places JSON responses to Appery backend. Is this possible? I have the my search field results populating a grid with JSON response from Google places. Each object in th...

Go to advanced search