search for: searchb

Displaying 1 result from an estimated 1 matches for "searchb".

Did you mean: search
2012 Jul 15
1
APP-ID for using Bing search api through "rbing" gem!
Hello all, I''m currently working on something and I need to use Bing search api in my rails app. I can user a gem called "rbing" which is a ruby wrapper around that api. For creating and instance of RBing class and using its methods I need to pass an APP-ID to its constructor like this -> bing = RBing.new("MYAPPID") for getting a Bing APP-ID I searched a lot and