getJSON for dropbox data
Posted
by gheil.apl
on Stack Overflow
See other posts from Stack Overflow
or by gheil.apl
Published on 2010-05-22T19:04:34Z
Indexed on
2010/05/22
19:10 UTC
Read the original article
Hit count: 248
Although i used getJSON in http://jsbin.com/dbJSON/edit i have not been able to connect with any of my own made up data. i tried 4, and the example at Flickr for "cats". Only the latter worked... this is the output:
{assoc: null,assoc.js: null,stub: null,stub.js: null,cat: [object Object]}
i am at that "base", as i did get the image there, but
db.tgu.ca/repsychal/poems/10/0512-g2g/assoc.json
db.tgu.ca/repsychal/poems/10/0512-g2g/assoc.js
db.tgu.ca/repsychal/poems/10/0512-g2g/stub.json
db.tgu.ca/repsychal/poems/10/0512-g2g/stub.js
were all invisible==null! (they are all URL, just put h t t p //: in front ... a restriction on the # of URL in a post)
How do i get "my" data into the page?
© Stack Overflow or respective owner