Hi Bubblier,
Need help on how to linked current user login in all social media using api connector. It will worked in the same domain name but once not the same domain after login in it will switched.
Cannot find a solution for this. Your advise and help guys much appreciated.
Thanks,
Robin
NigelG
October 21, 2019, 8:04am
2
This has been documented numerous times on here and is perfectly possible.
External link > Oauth Provider > callback page > exchange code for token > use token in API connector.
Hi NigelG,
I have tried your reply on below link , but when i tried to get contact. give me an error below .
Hard Mode … (this assumes you know what you are doing)…
Set up your app on facebook developer portal. Add in the callback URL on your app.
In bubble … Have button that launches an external website …
https://www.facebook.com/v3.3/dialog/oauth? client_id=xxxxx&redirect_uri=https://yourapp.bubbleapps.io/version-test/callback
Once that is working you will see that you get a code back on the redirect … something like …
https://yourapp.bubbleapps.io/version-test/callback?code=AQD7c7A2av7NkgSmsRqe…
Thanks,
Robin
NigelG
October 21, 2019, 8:54am
4
key = Authorization
Value = Bearer eyJo… etc
Hi NigelG,
Yes, I got it. Thank you so much for your quick response.Much appreciated with your help.
Thanks,
Robin