Question title is actually my basic concern , But I wanna tell you that i have tried Binged , rbing , bing-search and searchbing gems But None of these are working for me . E.g searchbing
I tried the code below
bing_image = Bing.new('your_account_key_goes_here', 10, 'Image')
bing_results = bing_image.search("puffin")
The above code result in error below
JSON::ParserError: 757: unexpected token at 403 - Forbidden: Access is denied.
Other gems (mentioned above gave me approximately same kind of error i.e access denied)
Can anyone explain what's going on and where is i'm doing wrong