Is there a way I can test out the OmniAuth authentication from a standalone ruby script? Every resource I could find on web lists its usage only in Rails project.This link too: http://www.omniauth.org/
In other words I could not find any client like this FitGem. The fitbit API uses Oauth authentication.FitGem is a client inteface to test out the authentication/authorization to FitBit using OAuth token. More details here on FitGem: http://www.fitbitclient.com/guide/getting-started
Thanks.