I'm new to Facebook development and trying to make an app that allows checking in to events. It doesn't appear that the Graph API supports this but Open Graph Beta seems to have enough flexibility that I could build custom event and checkin objects in my app and then integrate them with FB.

However, as I look at Open Graph docs and posts on SO, I only see it allowing you to execute a single action on a single object. For example, I see that Open Graph allows me to build an [eat] action and a [cookies] object, and to post to a social channel that "Joe [ate] a [cookie]". BUT, I'd like to take that a step further and add a checkin feature, such that I could do this: "Joe [ate] a [cookie] at [Grandma's Bakery]"

Is there a way to do this? Even better if I could leverage some of the existing FB functionality for Events and Checkins, but I'll build my own if need be.


Added comment:

OK, I figured this out at least for the use case I described above - checking in to events via custom objects with Open Graph.

Actions in Open Graph can be tagged with people and places. So all you have to do it get the PlaceID for the action location via the Graph API and per the docs you should be all set.

Full instructions here: http://developers.facebook.com/docs/beta/opengraph/actions/ under "Tagging people and places"

All that said, I'd still like to know if multiple actions can be strung together for other use cases. Could my app post that "Joe [vomited] while [eating] [cookies] at [Grandma's Bakery]"?

Thanks all

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.