Hi I need some help with implementing the code of the facebook login example to a new project
I wanted to place the login button on a once-seen splash page (SplashScreen.ux), and when you successfully log in you’re redirected to a main page (MainView.ux). I placed the ux stuff in SplashScreen.ux and copypasted the javascript in a fb.js file.
I tried both linking it in the .unoproj file and by a ux:Global file inside the app tag. All I ever get is these errors:
{showVebView} not found in data context
{hasProfile} not found in data context
{hasProfile} not found in data context
{login} not found in data context
alert is not defined