I just installed the shopify_api gem and generated a placeholder app.
Once I visit localhost:3000 and enter my stores url I get the following in in HomeController#index error:
ActiveResource::ForbiddenAccess .
I have determined it is coming from this line in home_controller.rb
@orders = ShopifyAPI::Order.find(:all)
Commenting this out solves the issue. It looks like some kind of permission is not working with the orders.
My domain in my app settings matches localhost:3000.