Ok the issue seems to be with the register example....
when i load the register example, it will link my roku, when i go to click on the images, it will go back to the registration screen.
so it is not saving the token that my site is sending back. All i did was change the
UrlGetRegCode and m.UrlGetRegResult links to some on my site and of course m.UrlBase to my site
the second issue seems to be what is correct, in the registration example:
the register example says : regToken .... but the linking docs says : deviceToken
when i use regToken it says its linked! But then when i come back its not saved at all. and i have to do it again.
if i go back and use JUST the original register example it does the same thing, it will say your linked and every time you try to look at the images or come back again, it will not say you are already a user, it will go thru the whole process again! so its not saving the token.
what needs to be done to the registration example, to save the user so it doesnt need to do this over and over? that way i can at least test my webserver code to see if its working at least!
Thanks I think its almost there!