Strava

has anyone successfully used Strava with Unity? I know they have various ways of using their API, I have used it in Swift/Obj-C and got it working fine, I have also noticed the .Net and C# strand of the API but neither play nice with Unity’s subset of .NET and wondering if anyone has managed to find an easy way of moving forward with it?

1 Like

Have you found a way in the last 2 years? :wink: thanks!

Hahahaha sorted it all in the end

Care to tell us how did you do it? :frowning:

ill get all the bits split out of my project and put them on here this week, basically though I created a NodeJS service that I deployed to Heroku and then used Uniwebview in Unity to show it and get the access token when its authorised

Thanks for the clues!! It would be great if you can provide some additional detail. Thank you :slight_smile:

Absolutely, I totally forgot, work got mental, I’ll dig it out later and show you how I did the Node side of things as it simplified everything in the end doing it that way. I did a Swift version a while back where I created a local server on the fly in Swift to handle the auth. But this works better

1 Like