I want to make a mobile app that makes a user like a certain page to continue.
I know that to check if a user has liked a page for a regular app you can make the app a tab of that page, and then use the signed_request to see if the user has like the page.
How would this work in mobile? I have looked to see if you can include a mobile page as a tab, but I couldn't find much information.
Can you include a mobile app as a tab? If not then how would you make a user like a page before entering?
I will be using jquery mobile and javascript for most of the non back end work.