Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oauth2 Support #44

Open
colinjfw opened this issue Jul 6, 2015 · 2 comments
Open

Oauth2 Support #44

colinjfw opened this issue Jul 6, 2015 · 2 comments

Comments

@colinjfw
Copy link

colinjfw commented Jul 6, 2015

Hey, wondering if there is any plan to build Oauth2 support into the current gem? I am currently working on one and was wondering if you would be interested in integrating it into this project.

The gem I'm working on is not currently published, but you can check out the repo: https://github.com/ColDog/fitbit-oauth2

Cheers

@whazzmaster
Copy link
Owner

I think it may be a better idea to create a new gem to encapsulate the jump to using OAuth2 as the auth mechanism- it's totally cool if you want to fork the structure and code design of this repo as a base to start from and just change the gemspec to create a new gem, or if you find the design of this code lacking go another way entirely.

Due to a change in my home/work demands over the last four years I'm looking to transition off maintaining this project. As Fitbit moves off OAuth 1.0 it seems like a good opportunity for someone else more passionate about the fitbit service to take over by building off this or creating a new project to integrate with the OAuth2-based service.

@gupta-ankit
Copy link

Because I find fitgem so useful (Thank you whazzmaster), I have written one for OAuth2. It is available here. Currently, I only have GET API calls implemented for all the resources. However, I will soon be implementing the remaining API as well.

The gem is available from rubygems as the code is available at https://github.com/gupta-ankit/fitgem_oauth2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants