search for: myappid

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

Did you mean: myapp
2012 Jul 15
1
APP-ID for using Bing search api through "rbing" gem!
...orking 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 there are some guidelines for doing it like this -> http://www.microsoft.com/web/post/using-the-free-bing-translation-apis or this -> http://www.bing.com/developers/createapp.aspx but non of these guides seems valid anymore and I don'...