It looks like Facebook's Open Graph API requires a URL to publish an action. My confusion is that my workflow is the following:
- User invokes an action on an object in a native iOS application
- This event is sent to a private, server-side API
- There is no public URL to correlate to this event, only the mobile client can interact with the server API
How am I to publish to my timeline if Facebook is showing examples such as the following:
https://graph.facebook.com/me/recipebox:cook?
recipe=http://www.example.com/pumpkinpie.html&access_token=YOUR_ACCESS_TOKEN
My app has no http://www.example.com/pumpkinpie.html. I need to be able to post the Open Graph API from my server whenever an event is generated from the client to the server.