Working fine in web browsers. but not working in app when we create apk files with the help of android studio. if I click Login with Facebook button then I wont get any response. only blank page is showing.
when I log response of ngFB.login({scope: 'email,user_posts,publish_actions'}) in controller.js , In browser i am getting proper response. But in app ( while debugging with chrome tool ) I won't get any response.
Working fine in web browsers. but not working in app when we create apk files with the help of android studio. if I click Login with Facebook button then I wont get any response. only blank page is showing.
when I log response of ngFB.login({scope: 'email,user_posts,publish_actions'}) in controller.js , In browser i am getting proper response. But in app ( while debugging with chrome tool ) I won't get any response.
help me out!!