Facebook NoAuthorizationError after passing signed_parameters manually

后端 未结 1 1137
夕颜
夕颜 2020-12-20 20:10

I\'ve had a lot of issues trying to get the client-side login to work, so I\'m going to take the liberty of referencing a ton of other questions here... none have resulted i

相关标签:
1条回答
  • 2020-12-20 20:32

    For those who still have this problem. Try not to use "localhost:3000" or whatever. Change /etc/hosts to a new url like

    127.0.0.1 abc.com
    

    Change facebook app setting at developers.facebook.com to point to the new url (instead of using localhost:3000, call it abc.com:3000)

    and try the new login with js facebook login again. Should work fine!

    0 讨论(0)
提交回复
热议问题