Menu
  • HOME
  • TAGS

Getting search results from Bing Search

android,authentication,android-logcat,bing-api,bing-search

Finally the following code worked for me. byte[] accountKeyBytes = Base64.encode((accountKey + ":" + accountKey).getBytes(), Base64.NO_WRAP); ...