user3528466
user3528466

Reputation: 196

connect third party service to google assistant

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

Answers (1)

Prisoner
Prisoner

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

Related Questions