Fosome / garb

A Ruby wrapper for the Google Analytics API
http://www.viget.com/extend/
655 stars 89 forks source link

Garb::Request::Authentication::AuthError #123

Closed nsoufr closed 12 years ago

nsoufr commented 12 years ago

hey guys, i'm getting this error while i`m trying to make requests

here my ruby version ruby 1.8.7 (2011-12-28 patchlevel 357) [universal-darwin11.0]

and my rails version Rails 3.2.2

here my code

Garb::Session.login('xxxx', 'xxxxx', :account_type => "GOOGLE")

profile = Garb::Management::Profile.all.first