Search found 2 matches

by andrewvbe
Tue Apr 21, 2015 6:26 pm
Forum: .NET API
Topic: No API key was provided
Replies: 3
Views: 31001

Re: No API key was provided

I am using the sample code from your website. public DeviceInfoViewModel GetDataByRequest(HttpContextBase context) { var config = new DefaultCloudClientConfig { ApiKey = "699083:z40ORAIC17eEGnT8DcM9alqSxUtK6isj" }; var manager = new CloudClientManager(config); // Grab data const String ua = "Mozilla...
by andrewvbe
Mon Apr 20, 2015 9:27 pm
Forum: .NET API
Topic: No API key was provided
Replies: 3
Views: 31001

No API key was provided

Just registered today and am trying to get the .Net demo working. I am getting the error "No API key was provided" when making the call to GetDeviceInfo. Waited a couple hours for the key to propagate, still no luck. I can ping api.wurflcloud.com. at ScientiaMobile.WurflCloud.Http.CloudClient.SendRe...