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!
signed_requestparameter 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