fortscan
11 years agoVisitor
Private channels: URL linking method no longer working
Have any other developers -or Roku- noticed that the redirection which was recently implemented from owner.roku.com to my.roku.com broke the traditional method of adding private channels via a direct link?
Previously, the sequence was as follows:
1) The user would access:
https://owner.roku.com/add/{channel-code}
2) The request would be redirected to the login interface while preserving a reference to the previous linking URL and channel code:
https://owner.roku.com/Login/?ReturnUrl=/add/{channel-code}
3) The user would submit the credentials.
4) After validating the credentials, a redirection would finally take the user to:
https://owner.roku.com/add/{channel-code}
This workflow is currently not working, since there appears to be no ?ReturnUrl querystring added right after step 1), when the request is now redirected by default to my.roku.com.
In other words when someone is asked to enter owner.roku.com/add/{channel-code}, the generic user interface from my.roku.com is shown instead of being taken to the actual installation of the channel.
While channels can still be added by manually going to the "Add Channel" link within the main account interface, the direct link method is widely used by thousands of channels and had become a standard reference to let people more easily complete the process.
Feedback on this issue from other developers and/or Roku would be greatly appreciated.
Previously, the sequence was as follows:
1) The user would access:
https://owner.roku.com/add/{channel-code}
2) The request would be redirected to the login interface while preserving a reference to the previous linking URL and channel code:
https://owner.roku.com/Login/?ReturnUrl=/add/{channel-code}
3) The user would submit the credentials.
4) After validating the credentials, a redirection would finally take the user to:
https://owner.roku.com/add/{channel-code}
This workflow is currently not working, since there appears to be no ?ReturnUrl querystring added right after step 1), when the request is now redirected by default to my.roku.com.
In other words when someone is asked to enter owner.roku.com/add/{channel-code}, the generic user interface from my.roku.com is shown instead of being taken to the actual installation of the channel.
While channels can still be added by manually going to the "Add Channel" link within the main account interface, the direct link method is widely used by thousands of channels and had become a standard reference to let people more easily complete the process.
Feedback on this issue from other developers and/or Roku would be greatly appreciated.