[AngularJS] Facebook authentication using Satellizer in An

2016-09-20 Thread Sandeep Bhat
Hi All Have put it up here to see if anyone has faced similiar issues while trying FB OAuth2 using Satellizer API for Angular. I have done it as required and even generate facebook login prompt. But on logging in I get a response like this -- *Object { data: null, status: -1, headers: headers

[AngularJS] Facebook Login Steps

2016-09-24 Thread Sandeep Bhat
Hi All Can anyone explain to me the flows for facebook login in Angular? When the login using facebook is clicked on, pop-up comes for email and password,ie FB credentials. Once authorized there, this is the link to which a GET request is seen going. Not sure why the /signup is chosen for the

[AngularJS] Can't bind to 'ngForIn' since it isn't a known property of 'option' -- Angular 2

2017-02-06 Thread Sandeep Bhat
Hi All I don't know why this error comes -- Can't bind to 'ngForIn' since it isn't a known property of 'option'. This is my html tag -- {{account}} I have accounts[] in my component definition file. Yet I get this error? Is my syntax of