How To Implement Login With Facebook In Angular | Fix It With Ankit

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024

ความคิดเห็น • 11

  • @reactjs4862
    @reactjs4862 ปีที่แล้ว +2

    thanks for the tutorial sir,
    nice explenation,
    i've watch so many videos on youtube but not working for me, but when i watched your video , it will work
    thanks😍

  • @sanskarnayta708
    @sanskarnayta708 6 หลายเดือนก่อน +2

    not working in localhost http for me

  • @slingshottherapper5937
    @slingshottherapper5937 ปีที่แล้ว

    Please help.
    Even if I click close or dont login to fb still it gets logged in and an auth token is generated how can I prevent this from happening.

  • @PiyushJaiswal-bu8qp
    @PiyushJaiswal-bu8qp ปีที่แล้ว

    Hello i implemented facebook social login but my project throws an error on console when I try to login through facebook fb login is not a function

  • @umeshshelke725
    @umeshshelke725 ปีที่แล้ว

    how to resolve this below error ? "App not active This app is not currently accessible and the app developer is aware of the issue. You will be able to log in when the app is reactivated. "

    • @FixItWithAnkit
      @FixItWithAnkit  ปีที่แล้ว

      Create a new fb app using your own developer account and use that appId in your code

    • @kathepuellor
      @kathepuellor ปีที่แล้ว

      @@FixItWithAnkit I have the same error and I have already created different apps for login and I still shows the error, is it possible that there is some configuration or permission that blocks it?

    • @user-pf3pf7cw2n
      @user-pf3pf7cw2n 7 หลายเดือนก่อน

      same error how i resolve

  • @hisoka-dddd1452
    @hisoka-dddd1452 5 หลายเดือนก่อน

    I'm on an Angular project with the following version. Angular CLI: 15.2.11 Node: 18.15.0 but when I import the private authentication service: SocialAuthService, an error appears when I import in another component, I don't want to work it in the app.component.ts, I put it in another component called LoginComponent should work but I get an error when I work on that component.