Hello,
I saw a few posts on this topic but they don't seem to give an efficient solution for me,
I wondered if there was an API call that would get the GPX from an activity just like how "
http://www.strava.com/activities/{id}/export_gpx" is parsing the GPX or just a simple way to get this data without having the user login 2 times ( one for my app, one for the gpx ).
I saw that you could use the stream API but then you have to parse the GPX yourself and make two calls, one for the Activity informations and one for the streams which is not really efficient.
Since the user can export a GPX we know that everything is already there, it's weird that there is no API call to do that.