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 have some like gate js code that is checking if a user is logged in, and likes a particular page. If they like the page they view one html, if they don't they get another html page. It works for me, however I have two other testers who it doesn't work for. However when I log into my facebook account on their computers the like gate works. Can you tell me if facebook caches pages for individual accounts? Or direct me to the proper answers as to why this is happening? Please not my company is ROR shop so we cannot use any other server-side language like php for a solution. Thank you in advance.

share|improve this question
1  
And what does your JS like gate look like (code)? – CBroe Nov 1 '12 at 16:45

1 Answer

Maybe, the administrator user get's through the gate but not other users they get stuck in the not like section.

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.