I\'m attempting to make use of the Beanstalk (beanstalkapp.com) API by pulling data into a webpage so people can view it without accessing my SVN.
What I\'m doing to
you cant get a json from other domain than yours. this is a security issue called same origin policy to get over it use JSONP not JSON.