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'd like to be notified when my site's users "like" something. This is supposed to be possible according to https://developers.facebook.com/docs/reference/api/realtime/, and I've in fact been able to set up my app so that it's subscribed to "likes".

The question is, now what happens? If my user clicks on a "like" button, my app does get an update at the usual callback. The problem is that it's a "feed" update to the user object, which just means that the user's feed has changed in some way, and it's up to you to figure out how. I guess I was expecting that I'd get a "like" update to the user object, but that's not what I'm getting. Any insights out there?

share|improve this question
i'd suggest you just post the questions here -- I know a bit about the API, but there are surely others who hang out here and who know a lot more! – Jim Miller Aug 2 '12 at 23:23

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

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.