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: 
lock_4815162342
Channel Surfer

User sign up/ pay wall

I have created a channel and am now interested in adding a user sign up or pay wall for some content. I stumbled across a "roThingy"(can't remember the name and can't find it again) that creates a code for the online sign up.

But what do I need to to outside of that to gather the sign up/payment information and allow the user to view the content?

Do I have to create a website to handle a user data?

How would I have the Roku communicate with the website?

Can I have some content available to all and some content that is for paying members only?

Thank you for your help and any info that you think may be helpful 😄
0 Kudos
5 REPLIES 5
RokuJoel
Binge Watcher

Re: User sign up/ pay wall

roChannelStore

You would need a website to store the user signup information if you wanted to ask the user for their name and email address. However you can have a paywall / in-channel purchase/subscription without having a website. As far as what you would need on a website, a simple form that stores HTTP POST' data in a database should be sufficient.

- Joel
0 Kudos
lock_4815162342
Channel Surfer

Re: User sign up/ pay wall

After I redirect the user to a website to register their information how would I have the website send the Roku a signal letting it know to allow the user to proceed using the channel. I want to require that the user signs up. How will the Roku know that this has happened. How do I use the roCode from the roCodeRegistrationScreen?

Thank you for your help 😄 😄
0 Kudos
gonzotek
Visitor

Re: User sign up/ pay wall

"lock_4815162342" wrote:
After I redirect the user to a website to register their information how would I have the website send the Roku a signal letting it know to allow the user to proceed using the channel. I want to require that the user signs up. How will the Roku know that this has happened. How do I use the roCode from the roCodeRegistrationScreen?

Thank you for your help 😄 😄

It's described conceptually here:
http://sdkdocs.roku.com/display/sdkdoc/ ... nd+Linking
and there's a code example here (named register.zip):
http://sourceforge.net/projects/rokusdkexamples/files/
Remoku.tv - A free web app for Roku Remote Control!
Want to control your Roku from nearly any phone, computer or tablet? Get started at http://help.remoku.tv
by Apps4TV - Applications for television and beyond: http://www.apps4tv.com
0 Kudos
BradC
Channel Surfer

Re: User sign up/ pay wall

thanks for that link Gonzotek, I didn't know that page existed. 😄
♦MiniGolf♦HangMan♦Brain Puck♦Retro Tennis♦BORK♦FLIP♦Pathogen♦Pathogen 2♦Shut the Box♦Birdie♦Logic♦Dots♦Pool♦küglo♦Bubble Wrap♦Trivia Channel♦Mancala♦Air Hockey♦Weather♦CAMERA♦Your Photos Screensaver♦Desert Beauty Screensaver♦Wild Lakes Screensaver♦
0 Kudos
TheEndless
Channel Surfer

Re: User sign up/ pay wall

There's also this blog post that covers the concept as well: http://blog.roku.com/developer/2011/07/ ... e-account/
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
0 Kudos