Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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 ?

share|improve this question

1 Answer

There's no concept of 'liking' event objects on Facebook. You would need to be liking the feed story about the creation of the event, which you can do via a POST to the post_id/likes connection.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.