Reputation: 196
I want to develop some application for my Google Home but before I start coding I have to be sure if I can connect the Google Home with third party service for example:
I mean all service API that need an authentication like paypal popup or facebook popup or something similar.
Upvotes: 1
Views: 64
Reputation: 50701
Yes. You can use Account Linking with OAuth to have them log into your service through an OAuth service you control (such as Auth0's). That OAuth service can require them to login using Paypal or Facebook's sign-in services.
Upvotes: 1