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 just made a Facebook page for my company. When a user goes on it, he sees a 'welcome tab app'.

Is it possible to do this: 1. Check if the user like my page 2. If 'yes', show him the timeline of my page 3. If 'no', show him the actual 'welcome app'

Someone have a suggestion?

Thank you!

share|improve this question
1  
The signed_request parameter that gets posted to your app on initial load into the Facebook iframe tells you if the user liked the page or not. Easy to “redirect” from there using some JavaScript. – CBroe Jul 27 '12 at 7:30

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.