Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
omniauth it meant to work with rack based frameworks. That includes rails and a bunch of others. There are sinatra examples in the documentation for example. – froderik Nov 1 '12 at 9:26

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.