-
Notifications
You must be signed in to change notification settings - Fork 234
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
Add account linking functionality for order update #13
Comments
+1 |
Have you whitelisted the domain https://dev-sysborg.auth0.com? Try it an check in the meantime this issue is open and will be closed as soon a we shipped the account linking demo. here is the devdocs of it but I assume that you already know that. |
Hi @jorgeluiso your mentioned document doesnt talk about whitelisting domain, can you please check if you send me correct document link, or may be you can tell me directly how can I whitelist my domain |
I have found domain whitelisting inside facebook developer app > setting > advanced setting screenshots: |
Try whitelisting the domain at the page level, on the messenger platform settings of the page. If that does not work, rest assure that we are going to implement this and close this issue. Alternatively you can implement you own account linking leveraging the extension sdk to get the psid on a webview rendered as an extension. On that webview you can provide a login flow were you then can match your user id with the psid provided by the extension SDK. |
Hi @jorgeluiso, Thanks, |
do something @jorgeluiso @rubycalling |
Is your feature request related to a problem? Please describe.
Currently, when a user request an order update we are mocking the account linking feature instead of actually leveraging it.
Describe the solution you'd like
Trigger the account linking flow in place of the current placeholder in https://github.com/fbsamples/original-coast-clothing/blob/master/services/order.js#L51
Documentation
The text was updated successfully, but these errors were encountered: