Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Google Sign In Option In Roku

Hi Everyone,

I need to create a login system in roku channel. And My requirement is that we can use Google Sign In API over here?.

So, if anyone knows it is possible?. If it is possible means, what are the steps to do it.?

It would to be helpful to decide and start my channel work.

Thank you in advance.

Regards,
Dineshkumar
I am using Roku 4 - 4400X Model.
0 Kudos
1 REPLY 1
belltown
Roku Guru

Re: Google Sign In Option In Roku

I think Google Sign-In is only available for web pages (via JavaScript), IOS, and Android.

However, OAuth2 works well on the Roku for letting users sign in with their Google accounts. For an example of an OAuth2 implementation for the Roku, check out the Picasa2 Channel on GitHub: https://github.com/belltown/Roku-Picasa2, in particular the files private-git.brs (for instructions on how to set up your Google account keys), oauth.brs (for the OAuth2 code) and regScreen.brs (for the Registration Screen code).
0 Kudos