-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Share functionality based on existing export #68
Comments
I'm not sure we could redirect via POST since this is done from the browser as SubToMe is a browser only app and does not have a server. However, another solution would be to create a JSONP url accessible via a secret token with a short term expiration. I'll try to think of other ways but that may be a bit tricky! I'll also start implementing when I get a minute! (this weekend hopefuly!) |
Shouldn't it all be possible with pure Javascript?
Or am I missing some impossibilities here? |
One other possibility that just came to my mind would be to run the complete SubToMe application (a duplicate) on the feedshare.net server. But really, I don't like that idea very much ... |
Of course that would run, but that means that every other reader would have |
Yeah, as I wrote, I do not like the idea ;) |
Ha! Missed it and only saw the last one... the technique should work, indeed. I'll try that too! |
Hey! I finally started working on it. I have a prototype now and it works both ways, but I use the url only. It looks the allowed size of the query string is much larger than what I initially thought. |
Ok, the code is live now. You should be able to go to For example, something like: |
Awesome! I will try that soon. Not today though :( I’ll keep you udpated. Am 23.01.2014 um 11:23 schrieb Julien Genestoux [email protected]:
|
Any news on this? |
Unfortunately not. We are busy renovating our house and earning money. I hope to find time for this in a few weeks. Am 05.08.2014 um 12:19 schrieb Julien Genestoux [email protected]:
|
These are good excuses :D |
In a recent email conversation with Julien, we discussed possibilities to implement a share functionality. Background: I launched the feedshare.net service some days ago. Julien contacted me and I implemented the SubToMe button. The next idea that came up was to have a direct import flow on feedshare.net – or even an „Share with ...“ function on SubToMe.
There is the export via http://subtome.com/#/export. The subscription data is stored in localStorage, but only accessible by subtome.com.
To summarize Juliens attempt:
In general, I think that's a great way to do it. I would add something, though:
The text was updated successfully, but these errors were encountered: