I'm trying to make an app for iPhone and I'm using Facebook SDK 3.1 to Like an event, to which I have the ID.
I'm looking through the FB SDK reference and the only way it might make sense is to use FBRequestConnection to make a POST request to .../eventID/likes , if i understand correctly, but I think I'm missing something. I would have expected, because "Like" is a very popular operation, to be exposed by the SDK in a more easier manner.
Is my understanding correct, regarding the POST request to Graph API to Like an Event ? Or there is a better solution ?