I am trying to use the Facebook iOS SDK (latest release at the time of publication) to publish an Open Graph story. The Custom Stories tutorial explains how to set up basic entries in my application (note: I don't use custom history, I use Facebook startup history); and I made it this far.
The point I'm stuck in is a parameter fitness.course. The document states the following:
A unique course URL is published for each run, bike, walk.
If I read the documentation correctly, Facebook will not accept an array of location points. Instead, Facebook wants developers to upload course data to their own server and then transfer the URL of the associated course file to the server? Can someone confirm this correctly?
Is there a way to send courseinformation without posting it on my own server (since that would be a lot more work than I planned)?
source
share