Questions tagged [feedly]

Feedly is a magazine style RSS reader that uses your existing Google Reader account.

Feedly is a magazine style RSS reader that uses your existing Google Reader account. If you don't have a Google Reader account, it will suggest various "favorites" from its news sources. Feedly started out as a Firefox Plugin, but has evolved to support Chrome and Safari. It is also available for Android and iOS platforms as a mobile application. Feedly integrates with Google Reader, Google+, Facebook and Twitter to allow you to browser your own RSS feeds, as well as discover new content. Feedly provides easy sharing of articles through Twitter, Facebook, Google+, and E-mail.

You are allowed to customize the look and functionality of your feedly pages. Several themes are available for the various platforms it is available on.

50 questions
1
vote
1 answer

Zapier or Do-It-Myself?

I am building a site that requires syncing into the Feedly API and I am trying to figure out the best way to do that. On the one hand, I can do it myself -- i.e., go through the api docs and integrate it into my vuejs site. On the other hand, I…
Moshe
  • 6,011
  • 16
  • 60
  • 112
1
vote
1 answer

RSS feed from Facebook posts

I would like to subscribe to some user (not me) Facebook posts via RSS feed. I heard Facebook disabled native RSS feed feature some years ago. Is there a way to get RSS feed from Facebook posts of some user? I heard Zapier supports this only for…
nickolay.laptev
  • 2,253
  • 1
  • 21
  • 31
1
vote
1 answer

How to get all unread items using Feedly API

OK, either this is incredibly obvious and I'm just too dumb to see it, or it is not possible at all. I created a Feedly developer access token and can call some end points just fine, like /profile, /categories, etc. Currently testing them with curl,…
pek
  • 17,847
  • 28
  • 86
  • 99
1
vote
0 answers

How Feedly Search works?

How does the feedly.com search work without using google´s custom search API? https://developers.google.com/custom-search/ That´s how they generate search requests: function l(w, x, y) { var v = "feed/http://news.google.com/news?q=" +…
Lorenz Wöhr
  • 855
  • 3
  • 14
  • 22
1
vote
2 answers

Where does Feedly and Feedbin get their feed favicon icons from?

I'm looking at the API for Feedbin (https://github.com/feedbin/feedbin-api/blob/master/content/subscriptions.md) and I can't seem to find where I can retrieve the favicon for the feed. Does anyone know how this is usually requested?
Sandeep Bansal
  • 6,280
  • 17
  • 84
  • 126
1
vote
2 answers

How does Feedly determine Twitter name?

When trying out http://www.feedly.com/ I noticed it automatically recognized my Twitter-name. How?
jacob
  • 1,214
  • 2
  • 13
  • 22
0
votes
1 answer

Userscript to open Feedly article in new tab not working

On the RSS site Feedly, clicking an article defaults to opening an on-page preview of the article. In order to open the full article in a new tab, the user must ctrl+click. I'm trying to write a simple userscript to automatically open a clicked…
ETL
  • 188
  • 10
0
votes
1 answer

Why Feedly API did not return ALL ids entries in stream of category?

I trying to use API for little category, contains just one "Bloomberg Businessweek". My app is using java and scala, but i proving problem in curl: curl -H 'Authorization: OAuth ...' …
0
votes
2 answers

Feedly API with NuxtJS Axios

I am trying to access the Feedly API via my nuxtjs site. To do so, I am using the nuxt-axios module. To get started, I take note of the Feedly API instructions: We offer a standard OAuth 2.0 authentication module which provide the application an…
Moshe
  • 6,011
  • 16
  • 60
  • 112
0
votes
1 answer

Feedly API - How to get feed content

For the life of me I can't figure out how to get content (articles) from a feed using Feedly API. The documentation says I should do GET /v3/feeds/:feedId and feedIds seem to be in form of feedId:…
Semih Sezer
  • 410
  • 5
  • 15
0
votes
1 answer

XmlReader (.net) returned 404 with RSS-link that Feedly reads ok

string RSSURL = "http://zakupki.gov.ru/tinyurl/6a6ae7ed-e77d-4572-b7ac-43856452b2f6"; WebClient wclient = new WebClient(); //method 1 string RSSData = wclient.DownloadString(RSSURL); XDocument xml =…
a1oleg
  • 73
  • 7
0
votes
1 answer

Android: display a web page and letting user login to get the feedly access token

I am trying to write an Android app to access and display Feedly subscriptions to the user. For this purpose , I need to post a URL to Feedly API and in return it send back HTML code for login page. URL example to…
0
votes
1 answer

Feedly API & JSON

I'm trying to access the Feedly API to collect and share articles automatically to a Facebook group. So far, I haven't even able to figure out how to use the Feedly API wrapper located here: https://github.com/zgw21cn/FeedlyClient from feedlyclient…
Tanzir Rahman
  • 165
  • 1
  • 2
  • 19
0
votes
1 answer

RSS and Feedly: Feed not found

For some reason Feedly is unable to see my php generated RSS feed file. I'm starting to wonder if maybe my RSS file is not named correctly or isn't in the proper folder or if the file is bad itself. Here is my feed: https://hollowbit.net/rss.xml. As…
vedi0boy
  • 1,030
  • 4
  • 11
  • 32
0
votes
1 answer

Laravel 5 - Fatal error: Class not found Vendor Feedly Package

I am using Laravel 5.2, with composer this package (https://github.com/kbariotis/feedly-api) have installed. but that not work :( app/Http/Controllers/TestController.php $feedly = new Feedly(new feedly\Mode\SandBoxMode(), new…
Amir Hosseinzadeh
  • 7,360
  • 4
  • 18
  • 33