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.

How is it possible to subscribe to the event (i guess it is done this way) of pressing the Like button in a facebook tab page? ... perhaps using Facebook javascript SDK?

For development i use ASP.NET MVC 3, does it interfere with anything of the Facebook javascript SDK?

share|improve this question

1 Answer

up vote 0 down vote accepted

I turns out that i didn't need to subscribe to this particular event: the tab page is reloaded each time it is liked or disliked. Thus there is the possibility to use the C# SDK for Facebook to retrieve info about the liked status.

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.