p7k / daizy

social network video aggregator for passive viewing pleasure
chilaxme.appspot.com
0 stars 0 forks source link

3rd party cookie refusal - need new strategy to communicate session id #18

Open p7k opened 13 years ago

p7k commented 13 years ago

for now we don't really benefit much from being logged in into the django app. facebook authentication should suffice.

we could store everything that was previously stored in the session, with the facebookProfile in the db (oauth_token and the last fetch time). every time we go to fetch more vids, pass the uid. -> pull out the facebookProfile and work with that.

or just fucking do Everything client-side = too much code at this point, and prolly not the best strategy for the future. but perhaps to be considered as an alternate architecture altogether.

arsenycom commented 13 years ago

По-моему я не до конца понял что ты здесь имел в виду, но из того, что понял - считаю, что накапливать информацию о пользователе и строить более релевантный сервис на основе этого - правильно. Но это не приоритетная задача сейчас. Сейчас нам нужна стабильная работа, простой функционал и запуск.