Opened 23 months ago
Last modified 13 months ago
#3643 new Enhancement
Ability to subscribe to private feeds
| Reported by: | ewinslow | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Long Term Future Release |
| Component: | Core | Version: | 1.7 |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: |
Description (last modified by ewinslow)
rss, atom, json, whatever
The ability to syndicate private data seems like a great candidate for a core feature. E.g. facebook lets me add my events (even non-public ones) in google calendar via ical feed.
In general, Elgg sites would become more useful because you're not forced to use those interfaces for consuming private data.
See http://community.elgg.org/pg/plugins/project/747182/developer/Beck24/rssauth-17x for a plugin-based solution using HTTP authentication.
Change History (3)
comment:1 Changed 20 months ago by cash
comment:2 Changed 20 months ago by ewinslow
From what I can tell they generate some kind of private key. Certainly no exchange of username/password.
comment:3 Changed 13 months ago by ewinslow
- Description modified (diff)
- Milestone changed from Needs Review to Long Term Future Release
Note: See
TracTickets for help on using
tickets.

Evan, how does the Facebook/Google calendar integration handle authentication?
I think OAuth is the long term solution because then passwords aren't exposed.