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.

Possible Duplicate:
Detect Facebook page fan on the website

I have a question to do, can there be a way for a drupal website to recognize if the visitor likes or not a facebook page, without authentication, just by a simple visit?

Thanks..

share|improve this question
short answer... NOT POSSIBLE – ifaour Jun 12 '12 at 9:09
Thanks, i thought so, but can you please explain me in professional terms why not? I have to convince someone about this but i don't know how to do it! – Blerta Shaqelli Jun 12 '12 at 9:12
1  
Why not: Because that information is not accessible from outside Facebook without authentication – for an obvious reason called privacy. („Inside” Facebook, meaning on an app page tab on a fan site, that info can be read from the signed_request parameter.) – CBroe Jun 12 '12 at 10:10

marked as duplicate by ifaour, Clive, Donal Fellows, bažmegakapa, Graviton Jun 14 '12 at 4:09

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

up vote 0 down vote accepted

It's already answered as comments but here is why.

If the user hasn't authenticated with a facebook app you coded, you can not access user information using a server-side script. You can however imaging to use an iframe'd like button and to use Javascript to check the iframe content. It doesn't work either.

Javascripts has a policy that is doesn't work through DOMs over different domains. See http://www.dyn-web.com/tutorials/iframes/refs.php#access

I see another question here which is already closed and I'm not wondering if this happens to this question as well.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.