-
Notifications
You must be signed in to change notification settings - Fork 126
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
Facebook.login() called before Facebook SDK has loaded. #136
Comments
Hi @hliberato! I'm also having this issue, and it started last week. Have you found a solution? |
No, @allanpoppe :( |
@hliberato, search for line 589 on angular-facebook.js:
Change it to:
Also, I think we must change SDK version, because 2.0 will be deprecated as Facebook stated. I don't know if this is related to this bug. In any case, you might want to change line 221 to a newer Facebook SDK version. |
Hey @allanpoppe, thanks! The module is working again. If anyone else want to use my fork with those updates, feel free :) Bower way: |
Hi guys! I am using the angular-facebook module since january, but today I am facing an error.
I use the login method with promisses, and this message return as an error.
I don't know what to do, because it was working like a charm.
I always used like this. Anything changed?
The text was updated successfully, but these errors were encountered: