Search code examples
androidfacebookgoogle-mapstracking

Upload tracking to facebook


I am developing an application in Android that makes the tracking when the user goes for a walk. I save it in his smartphone but I would like that the user would have the opportunity to upload the entire tracking to facebook. Is there any way to do this?

I'm using google maps.


Solution

  • You can do this via OpenGraph actions and objects, meaning that you'll have to transform your track to a fitness.course object as outlined in the docs below. Google Maps is not related to this.

    See