Hi!
Is there any way how one can init Facebook dynamically when on specific stage AppId gets known? It is being received by some query and is not defined on config phase.
So what I would like to know - is how could I provide following sequence:
- Angular initializes
- User clicks some button
- We receive appId which should be used (specific customer's)
- User gets logged in via customer's app.
Thank you in advance!