📜 ⬆️ ⬇️

Google Plus, Facebook, Twitter - we read in the RSS aggregator

If you are afraid of social networks, but would like to know what famous people write about there - use RSS technology for this. How to get links to subscribe to RSS?

Facebook
The most interesting option - FB RSS Facebook application

Facebook is very open in this respect, except for RSS feeds in format 2.0 and will be dealt with Atom. All you need is to know the profile or page ID.
Sample - English is Fun
')
In the address line we replace www by graph - instead of http: // www .facebook.com / EnglishIF? Fref = pb we write http: // graph .facebook.com / EnglishIF? Fref = pb
In the generated code we find the line with "id": "384707561542391".
(ID can also be found using findfacebookid.com )

Use the template www.facebook.com/feeds/page.php?format=rss20&id= , for example www.facebook.com/feeds/page.php ? format = rss20 & id = 384707561542391 and subscribe

Twitter
It's still easier.
Let's say we are going to read @BreakingNews
Using the template api.twitter.com/1/statuses/user_timeline.rss?screen_name= , example api.twitter.com/1/statuses/user_timeline.rss?screen_name=BreakingNews . Done, we can subscribe.

If we want to read feeds for a specific word (say the word Android), add to the address search.twitter.com/search.atom?q=Android .
If we want to read feeds by hashtag, add to the address the hashtag #Android - search.twitter.com/search.atom?q=%23Android . (The character (#) is changed to% 23).

Google+
The easiest way to use gplus-to-rss.appspot.com .
You need to know the ID of the page or profile. On Google+ you will find it directly in the address bar, for example, the page + ru. Android - in the line plus.google.com/u/0/communities/110130446304043859186 - 110130446304043859186 is the ID
We add to the URL gplus-to-rss.appspot.com/rss , in our case gplus-to-rss.appspot.com/rss/110130446304043859186 .

Translated from a Czech source

Update

In contact with
To generate an RSS feed, you need to “feed” a link to a profile or an open group to the VKontakte RSS service - vkontakte-feed.appspot.com

Source: https://habr.com/ru/post/173941/


All Articles