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
-2
votes
1 answer

bing api search

I am trying to search some images with bing api key. I wrote this code but it don't work, and it not return some error. I think it is an api error...can you help me? $accountKey = 's+s/s='; $rootUri =…
michele
  • 26,348
  • 30
  • 111
  • 168
-3
votes
1 answer

Bing News Search from 2014 to 2016

Is it possible to get all news for a specific request from 2014 to 2016? This is because when I do my request, i only get the 10 last results. Is there a way to select the period you want the news for? This would be amazing.
-3
votes
1 answer

Why I'm getting different place in bing maps?

First I'm getting geocode using google API key, then find the route(direction) using the same address which is geocoded using BING Map, which is giving me different places. Can anybody tell me what is a concern?
Hardik
  • 21
  • 1
-4
votes
3 answers

convert type "system collection generic.iList to long[]"

Please help me i am integrating bing app in my application. I have got this error "system collection generic.iList to long[]". Below is my AddCampaigns function: static long[] AddCampaigns(long accountId, Campaign[] campaigns) { …
Vishvadeep singh
  • 1,624
  • 1
  • 19
  • 31
1 2 3
49
50