I have been searching for a few hours and cant seem to find answer to my problem, so i came here for help.
I have a like-gate on facebook. After user is trough he gets a friend invite window, this one works fine too, shows friends, text and invites people normally. The problem is when a user is invited to app, his link directs him directly to app without frame(no like button to continue).
I could fix this by using another like button, but i dont want to do that. Is there any way for me to create this sort of walkaround?
- People who didnt like the page get the splash screen. Not liked page
- People who liked, get inside.
- People who were invited, get the direct link without like button… link to the pic
I am pretty new at developing so please try to explain as simple as possible. Thank you in advance
“The problem is when a user is invited to app, his link directs him directly to app without frame(no like button to continue).”
This will redirect your visitors from the page without the Like button to the page with the Like button.
“People who didnt like the page get the splash screen. People who liked, get inside.”
Do a FQL query to check whether your visitors have already liked your page.
If they have liked your page, direct them to your application(yourApplication.php), else direct them to your splash page(splashPage.php) asking them to like your page.