I need to know if there is a way to show older rss feed items/posts - facebook

Basically, I need to know if there is a way to show older rss feed items/posts. For example, my facebook rss feed only shows 10 items, how would I get it to show more?

You can only get this data from providers such as Superfeedr who might have been fetching the feed's content for a long time.

Related

IFTTT feed rss how does it work?

I am using IFTTT and feed for extracting information from a rss file. Anybody know how the IFTTT feed ingredients are chosen in the rss file ? How can we say to IFTTT to search a specific xml code like ?
Thank you.
Ifttt work like "if this than that"
So when as if you use condition if it check feed at period of time frequently and when there is new data on rss feed it parse it and check for that method and send it over there.
at the time of selecting that method you can choose the type data you want to parse from rss feed including TITLE, Description and other many tags are there.
If you select title only title will be parse from feed.

Getting a list of facebook posts and displaying them manually

Is it possible to retrieve a list of facebook posts and display them manually, that is, not by including some external element from facebook? I'd like something like an xml or json feed, containing my posts, so that I can display them on my site however I want.
This link shows how to use Facebook's SDK to get a user's feed...and then you can do with it as you please!

Get full Facebook data

Can I use Facebook Graph API to download my full Facebook data? I've tried Graph API Explorer and I can only see all of them, but independently. Is it possible to get all the data in just one request or one json structure? and is it possible to include all of my friends data too?
My friend did show me a json file that contains such data and it's quite a big file(480Mb uncompressed, 48Mb compressed). Apparently, I can't contact her now for more details. Is it possible to this? If I can't, can I assume that she downloaded her data long before Facebook changed their privacy agreement?
you can also use netvizz an app in facebook itself.It gives you the whole network in .gdf format .
Then you can analyze it in gephi(its just another way around

Facebook API to get News Feed

I saw on this page: [https://developers.facebook.com/docs/reference/api/] that the News Feed is now outdated:
News feed (this is an outdated view, does not reflect the News Feed on facebook.com): https://graph.facebook.com/me/home?access_token=...
So, what is the replacement technique to obtain a news feed? (I think it is the Open Graph, but what is the simplest way to obtain it?)
Thanks!
The me/home is the best connection to retrieve the information you need. Best thing to do will be to poll the api endpoint every 5 minutes or so.

Skip secondary page on RSS feeds

I have an RSS feed for my iPhone app. Right now, you see the list of RSS items on the page. Then when you tap on the RSS item, it brings you to a secondary page that displays the RSS title, date, content, etc. and the title links out to the associated link.
Any way to skip this page and go right from the first RSS page, to the linked page?
If you provide the code you might get more help...did you get this off the web that you can give a link to, or is it your own code?
Either way, it's most likely located in didSelectRowAtIndexPath, and there you would tell the RSS to grab the link and go there