adi518 / vue-facebook-login

💅 A renderless Vue.js component for composing Facebook Login
https://git.io/Jkhqf
MIT License
195 stars 53 forks source link

How could i dynamic appId #88

Closed mengxzh closed 2 years ago

mengxzh commented 2 years ago
  1. i have a input to accpt me input for appId
  2. the appId will store with component data(){}
    1. when i login, the appId is not work for new appId
adi518 commented 2 years ago

This use case is a bit odd and not supported atm. If you know the app ids you will use ahead of time, you can create multiple components and just hide the ones that are not relevant. If you don't know the app ids ahead of time, I'll have to add support for such a case. You can also submit a PR.

adi518 commented 2 years ago

@mengxzh ?