I write a java code to access(connect) intuit quickbooks using this keys
String consumerKey = "qyprdTCZTGRhIYkRPU5OeXjd7rJiMS";
String consumerSecret = "L1ek9k7zX55rVXPlj5FikHYJgCnxfWCKBtjt81Ti";
String accessToken="qyprd6GGQ9w3OfmN0tg1M5xLzWdWF9RZOaMRVkb43tXNO6kG";
String accessTokenSecret = "RMKyYmrrqQY0xem2Cxj3pQeiOJwSR3ceT90wESWH";
String companyId = "1386063640";
String appId="b7qs4z3s2p";
when i execute this i got these errors
connection refused
or
java.net.UnknownHostException: sandboxquickbooks.api.intuit.com
please any one help to getting out this isue.