Suppose you post a link to a company's facebook fan page. you need to know whether the person who followed the link to the company's facebook fan page has clicked on the Like button or not. is there any way to know 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.
|
|
Yes. One way is to query the
This query will return your user's user id if successful and an empty object if not. You may be able to write a page app to query the |
|||||
|