Questions tagged [bing-api]

The Bing Application Programming Interface (API), enables developers to programmatically submit queries to and retrieve results from the Microsoft Bing Search Engine.

739 questions
-1
votes
2 answers

Angular HttpClient doesn't send header on GET?

while getting data from Bing Api using POSTMAN works fine. but the same in angular not works, problem is in sending headers. Error Response: 401 (Access Denied) what am doing wrong here import { HttpClient, HttpHeaders } from…
codedamn
  • 811
  • 4
  • 10
  • 16
-1
votes
1 answer

Bing ads API Exception

We are using Bing Ads API for advertising our products through the campaign ads. We have installed the Bing Ads API and while trying to get the authentication we are facing the exception as follows, SoapFault Object ( [message:protected] =>…
Pavithra
  • 19
  • 4
-1
votes
1 answer

"InvalidCredentials" error in UWP reverse geo code API

I'm getting the following error when I try to execute this code in my UWP app. I took the code from the official sample: “InvalidCredentials” error in UWP reverse geo code API BasicGeoposition location = new BasicGeoposition(); location.Latitude…
Heshan
  • 913
  • 8
  • 30
-1
votes
1 answer

Bing v7 to v8 Migration iOS Objective C

I'm having trouble on how to start migrating from V7 Bing API to V8, is there any guide for it?? I'm developing iOS app (Objective C) that's using Bing's V7 API. I have no idea how does this work, the developer from the project left without any note…
EdBer
  • 69
  • 8
-1
votes
2 answers

Longitude/latitude differs between Bing Maps location API and the Bing Maps site

I'm working on a work-related Python project that will give me the latitude and longitude of an address using the Bing Maps API given that I feed it the address first. While it does yield the latitude and longitude of an address, it differs in many…
erik7970
  • 693
  • 1
  • 8
  • 21
-1
votes
2 answers

Bing Search API is not working

I wants to fetch the bing api results but not succeeded on that. Already used many codes and samples but didnt get my answer. Please is dere any mistake in my code or not. There are two files 1. bing.php (HTML) 2. bing_code.php…
-1
votes
1 answer

Bing map need to display location border polygon based on city and zip code for DK

I am trying to use bing map to search location city and zip codes for Denmark(DK). But some times it is not working property. I have tried using the following code with SDK: var map = new Microsoft.Maps.Map(document.getElementById('myMap'), { …
bharat
  • 1,762
  • 1
  • 24
  • 32
-1
votes
1 answer

Parsing json works only partially

I have been trying to get json result for news search using the Bing Search API. I get a json result. Since I am new to all this, I am trying to just making the JSON.parse() thing work in Javascript. Now, it does not work for the following code:…
grindel
  • 29
  • 1
  • 6
-1
votes
1 answer

API to pin locations in google maps for all pending orders

i have an ecommerce web application where i'm integrating google maps, my requirement is to pin all the pending orders in map. i have locations data store , and each location will fall under a location group , so i want to map these location groups…
-1
votes
2 answers

Using Bing API: easiest way to connect with an API and get data from it

I've searched some time, looking for easy way to connect with some other sites WebAPI. There are some solutions, but they are made in very complicated way. What I want to do: Connect with server using URL adress Provide login and password to get…
Piotrek
  • 10,919
  • 18
  • 73
  • 136
-2
votes
3 answers

How to loop through JSON

I am trying to loop through this JSON in order to get to the 'name' parameter. The data comes from Microsoft's Bing API. I can pass in coordinates to get the name of a place. I have pasted the response below. as well as my attempt. Please assist. { …
skydev
  • 1,867
  • 9
  • 37
  • 71
-2
votes
2 answers

Bing Search API News query language

Is there some kind of query language one can use in Bing Search API News to get, for example, only news that contain in their title some words/phrases? Is there AND, OR, near, etc. that could be used? You can see the operators here, which I thought…
elena
  • 3,740
  • 5
  • 27
  • 38
-2
votes
1 answer

Bing Image Search API prices

I'm looking under "Bing Image Search API" at https://www.microsoft.com/cognitive-services/en-us/pricing I'm not sure I understand what benefit "S3 Standard" has over "S2 Standard"?
Joshua
  • 1,974
  • 2
  • 23
  • 39
-2
votes
1 answer

Bing Maps Rest service code

I trying to use Bing Maps REST services with my Windows form application, currently I can get Bing Maps to appear on the screen, but now that I want to add rest service I'm noticing that for some reason VB isn't recognizing some of the code. e.g.…
-2
votes
1 answer

How do you geocode addresses in a CSV file fast with Bing Maps

I'm creating an application that lets a user to upload a CSV file and have an address read from each line and geocoded. I originally tried to do this with the google map API. But after some research i found that the google map api has a lot of…
1 2 3
49
50