Facebook recently introduced the “Built-in Like” as a built-in Open Graph action (see blogpost and documentation). I would like to implement this functionality in my iOS App and be able to listen to the event, when the user completes the like action (similarly to using FB.Event.subscribe in JavaScript). Is this posible and how would you accomplish this?
Facebook recently introduced the Built-in Like as a built-in Open Graph action (see blogpost
Share
From the documentation you linked:
The API call itself, which your app makes, will return the ID of the newly created object, there’s no special or separate callback – your own code is creating the Like action.