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: 
radargaming
Visitor

Roku App Authentication

I an interested in creating a Roku app that requires a user to login into it. I like the idea when the app is launched it shows a url to access on your computer with a code to enter. Is there any type of template that can do this or is this something I will have to do custom?

Thanks.
0 Kudos
2 REPLIES 2
RokuChris
Roku Employee
Roku Employee

Re: Roku App Authentication

You want roCodeRegistrationScreen: http://sdkdocs.roku.com/display/sdkdoc/ ... tionScreen
You'll probably find this SDK doc helpful as well: http://sdkdocs.roku.com/display/sdkdoc/ ... nd+Linking
0 Kudos
belltown
Roku Guru

Re: Roku App Authentication

And this entry in the Roku Developer Blog: http://blog.roku.com/developer/2011/07/14/linking-a-channel-to-an-online-account/

As well as lots of code on Github that uses this method, for example: https://github.com/chrishoffman/roku-picasa/blob/master/source/regScreen.brs
0 Kudos