sonsongithub / reddift

Swift Reddit API Wrapper
MIT License
242 stars 52 forks source link

tvOS support #211

Open dnadri opened 6 years ago

dnadri commented 6 years ago

Are you able to add tvOS support for reddift? I'm trying to implement Oauth in my reddit-based tvOS application to allow Login with Reddit, and then access the user's subreddits. I can't find any authentication options on tvOS for Reddit users.

sonsongithub commented 6 years ago

I want to support tvOS. But, tvOS does not support typical OAuth authentication scheme.

Anyone, do you have some ideas to overcome this issue?

bpenda commented 6 years ago

probably a little late, but you could delegate to an iOS device see: http://stephenradford.me/oauth-login-on-tvos/