davidzof / wattzap-ce

Wattzap Virtual Cycle Training Community Edition
http://www.wattzap.com/
21 stars 16 forks source link

Strava upload #31

Open davidzof opened 10 years ago

davidzof commented 10 years ago

Add direct strava upload of trainings and imported workouts.

davidzof commented 9 years ago

Strava exclusively uses the oauth2 protocol. Apache Oltu may be of some use:

https://oltu.apache.org/

problem with oauth2 is that it is difficult to handle from apps as it requires a browser intervention to enter user creds.

davidzof commented 9 years ago

I've written an initial implementation of the Strava Upload code, need to integrate with WattzAp