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 am implementing like button in my page an can detect if user likes/unlikes with JS events. Is there a way to detect if user unlikes within Facebook (not from web page). OR a way to detect the status of button when the page first loads?

share|improve this question

1 Answer

up vote 0 down vote accepted

Not really without asking for app permissions from each user who visits your site and looking at their likes connection via the Graph API.

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.