Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm writing a HTML page and I want to check if the current logged in user "likes" a page or not and according to that redirect them.
Is there any FB call I can do in order to check that?

Thanks!

share|improve this question
2  
This question is a duplicate of: stackoverflow.com/questions/5093398/check-if-user-liked-page – Mike Oct 5 '11 at 10:40
As far as I understand, you can check it only through an app on apps.facebbok.com. My page is just a regular HTML page and not an app. I want to show this page on an iPhone web browser, if that helps. – Sharon Haim Pour Oct 5 '11 at 12:00
Are you using fb connect? i mean are you using facebook for login? – bool.dev Oct 5 '11 at 12:45
Not really. It's a stand alone HTML page. I want to add "like" button and make it clickable if the user didn't "like" the page, and not clickable if the user already "likes" it. – Sharon Haim Pour Oct 5 '11 at 13:51
i think i have an answer, but to be sure, is your login completely independent of Facebook? – bool.dev Oct 8 '11 at 4:38
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.