# Osservazioni RSS

**URL:** https://meta.discourse.org/t/rss-observations/83453
**Category:** Feature
**Created:** [21 Marzo 2018, 5:02am UTC](https://meta.discourse.org/t/rss-observations/83453 "2018-03-21T05:02:14Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Biscuit](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/biscuit/32/94482_2.png) [@Biscuit](https://meta.discourse.org/u/Biscuit)
#### Post date: [21 Marzo 2018, 5:02am UTC](https://meta.discourse.org/t/rss-observations/83453/1 "2018-03-21T05:02:14Z")

</div>

I love that .rss and .json extensions can be added to some Discourse URLs to turn the page into a RSS news feed or json data.

**Three Observations:**

**1. Topic feeds.** The .RSS feed for a specific topic lists the same topic title for each post. Given that RSS readers tend to use the title as a heading, the topic feed ends up being listed as:

> This is my topic title. This is my topic title. This is my topic title. This is my topic title. This is my topic title. This is my topic title. This is my topic title. This is my topic title. This is my topic title. This is my topic title. This is my topic title. This is my topic title. This is my topic title. This is my topic title. This is my topic title. This is my topic title. This is my topic title. This is my topic title. This is my topic title. This is my topic title. This is my topic title. This is my topic title. This is my topic title. This is my topic title. This is my topic title. This is my topic title.

To differentiate items more, you could list the titles in topic rss feeds as: [Post #N] : [Posters name]

**2. Alerts.** There is no RSS feed for alerts / notifications.

**3. Flags.** There’s no RSS feed for flags eg: active flags.

---

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [14 Novembre 2018, 4:57pm UTC](https://meta.discourse.org/t/rss-observations/83453/2 "2018-11-14T16:57:47Z")

</div>

> [@Biscuit](#):
>
> **2. Alerts.** There is no RSS feed for alerts / notifications.

I was just looking for this. Is it possible to subscribe to a feed of my own notifications?

---

<div class="post-metadata">

### Author: ![sunjam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sunjam/32/175682_2.png) [@sunjam](https://meta.discourse.org/u/sunjam)
#### Post date: [25 Aprile 2020, 5:40pm UTC](https://meta.discourse.org/t/rss-observations/83453/3 "2020-04-25T17:40:13Z")

</div>

Vorrei anche iscrivermi a  
 un feed RSS per le notifiche. Questo mi permetterebbe di tracciare le mie azioni tramite RSS, come fa Github.  
Ciò mi permetterebbe di aggiungere altri al mio feed RSS delle notifiche con [il plugin Follow](https://meta.discourse.org/t/follow-plugin/110579).

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [26 Aprile 2020, 2:46am UTC](https://meta.discourse.org/t/rss-observations/83453/4 "2020-04-26T02:46:44Z")

</div>

RSS mi sembra un po’ morto, cosa ne pensi @eviltrout @sam?

D’altra parte, non credo possa fare male, immagino.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [26 Aprile 2020, 11:46pm UTC](https://meta.discourse.org/t/rss-observations/83453/5 "2020-04-26T23:46:55Z")

</div>

Abbiamo discusso il lavoro abilitante con @Falco e @david

> [@User API keys specification](https://meta.discourse.org/t/user-api-keys-specification/48536/35?u=sam):
>
> How about creating a specific new scope, with a third parameter to indicate “get param allowed”. That way, people can’t misuse it for other things (e.g. bypassing CORS and requesting the discourse API from another site). ([from here](https://github.com/discourse/discourse/blob/067696df8f95e81b818cfcb4bcfe90c09ba68b45/app/models/user_api_key.rb#L5-L19)) SCOPES = { read: [:get], write: [:get, :post, :patch, :put, :delete], message\_bus: [[:post, 'message\_bus']], push: nil, one\_time\_password: nil, notifications: [[:post, 'message\_bus'], [:get, 'notifications#index'], [:put, 'notifications#mark…

Questo è un blocco per il supporto delle notifiche come feed RSS; una volta completato, l’aggiunta di questa funzionalità sarà banale.
