Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am unable to get token when click on login with facebook. #186

Open
ajeetchoudhary opened this issue Apr 25, 2018 · 2 comments
Open

I am unable to get token when click on login with facebook. #186

ajeetchoudhary opened this issue Apr 25, 2018 · 2 comments

Comments

@ajeetchoudhary
Copy link

Hi,

I am using your aurelia-auth application from your repository. I have made necessary changes in authConfig file with respect to Facebook login.

when I run below code it opens a popup which throwing 500 internal server error as there is no end point https://mydomain.com/auth/facebook.

return this.auth.authenticate('facebook')
.then((response) => {
console.log("auth response " + response.token);
}).catch(err => {
console.log("authenticatefailure : ", err);
});

Let me know do I need to include some ting else.

@ajeetchoudhary
Copy link
Author

image
image

@ajeetchoudhary
Copy link
Author

Any update on this as i need to close this implementaion soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant