I'm working on facebook fan Page. I want to trigger background action if Page has been liked by any user. I'm using JavaScript SDK from SDKs & Tools of facebook development. Please let me know how can I Do this?
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.
|
|
Exact duplicate of this question: Check if user liked page And here is the answer: http://stackoverflow.com/a/5100287/728863 From the answer:
|
|||
|
|
|
Take a look at FB.Event.subscribe. Here's your exact example:
EDIT: If strictly talk about fan page - your fan page like is done by reloading the page. Then you can use PHP SDK (for example) to determine if current user liked the page. PHP example to do it is:
Then you can either trigger your action immediately or generate JavaScript which will trigger background action on page load. |
||||
|
|