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
0
votes
1 answer

News feed website

I want to have a news aggregator website like Feedly with curated content from architecture and design community (and with thumbnails). I choose the news and the readers read it - no users login. I could do it manually, but I want it to be…
Perotin
  • 21
  • 1
  • 5
0
votes
1 answer

Node & Angular, Feedly RSS API call, get data from service and pass to controller. Callback or forming url with auth header for https.get() request

I have a controller.js file that I am trying to get data from my feed-service.js file. FEEDLY_USER_ID and FEEDLY_ACCESS_TOKEN are accessible and defined in a separate config.js file. controller.js: $scope.feedlyGlobalAll =…
0
votes
1 answer

RSS feed - Load More

I'm trying to load the rss content provided by Yahoo Finance, for example, from http://finance.yahoo.com/rss/headline?s=yhoo (which actually seems to redirect toward…
Literal
  • 757
  • 6
  • 16
0
votes
1 answer

feedly sandbox and oauth.io

A big thanks to the OAuth.io team for all of the efforts towards providing a easy to deploy solution for OAuth. I just tried to integrate the feedly sandbox key and secret (found here) in order to test the integration of said API. I have gotten…
0
votes
1 answer

why is my getting this added to it? (data-feedly-processed ="yes")

I'm working on a completely fresh site with php on my localhost. Currently no js or css and i'm not using any php frameworks or libraries. I have never used Feedly in my life! This problem is stopping images from displaying... Can anyone think what…
Haroldo
  • 36,607
  • 46
  • 127
  • 169
0
votes
1 answer

How to paginate with string provided in JSON result?

I am using Feedly API to access feeds from a particular rss feed. Take a look at this link (1). As you see, it only returns newest 20 items but I think it provides sort of a link to paginate to the next result. There is 'continuation' key provided…
Zip
  • 5,372
  • 9
  • 28
  • 39
0
votes
2 answers

Recreate JSON data in Objective-C

I'm trying to build an app on the Feedly API. In order to be able to mark categories as read, I need to post some data to the API. I'm having no success, though. This is what the API needs as input: { "lastReadEntryId":…
user4334509
  • 125
  • 2
  • 10
0
votes
1 answer

Feedly Mark as Read not working on Objective-C

I'm trying to implement a method in my iOS app to mark an article as read using the Feedly API. However, I keep getting error responses: { "errorCode": 400, "errorId": "sandbox-he.2015010906.2770040", "errorMessage": "no data" } This is…
user4334509
  • 125
  • 2
  • 10
0
votes
0 answers

UIWebView not loading all pages of Google sign-in

I'm building an iOS app with Feedly Authentication in it. This choice wasn't made by me, but I was tasked with building this. So I set up the UIViewController below with a UIWebView in it. This webview loads the Feedly authentication page. However,…
user4334509
  • 125
  • 2
  • 10
0
votes
1 answer

How to handle the response for Feedly Authentication?

Feedly API Documentation I'm trying to take advantage of Feedly APIs in my testing iOS app, but unfortunately it seems too great a confusion to me, a newbie to coding in general. I encountered a problem at the very beginning. The first step required…
Mr.DDD
  • 43
  • 5
0
votes
1 answer

How to deal with array of multidimensional arrays

I have the below array containing arrays and arrays. This is just one entry; imagine now that I have 20 sources and each source contains at least 10 entries like the one below. This is a nightmare I want to solve. Can anyone advice on how I can…
Hazemusa
  • 36
  • 1
  • 4
0
votes
1 answer

No item images in RSS feed in almost no reader

Im trying to display item images within my (valid) RSS feed. But almost no reader (browser ex. "feedly" nor several IOS apps) is displaying them. I already use the "DATA"-term to show them up but it doesn't help. Is the syntax wrong? Are the images…
Slicer
  • 1
  • 1
0
votes
1 answer

How to get speed way of og:image in meta tag from given url using php

I want to save feed details from feed url.I made this with zend feed reader.But problem i faced is image of feed.Client want it as same as feedly.I think feedly takes from og:image tag in faster way. How to i get og:image from meta code fastest…
Vamsi Krishna
  • 161
  • 10
0
votes
1 answer

Trying to add a fragment from another library - android

I am trying to add the following library: https://github.com/infospace/android_oauth2_webview to my project but I am getting an error: Class is not a View android.support.v4.app.Fragment (I also updated the v4 support libraries for the library and…
dinbrca
  • 1,101
  • 1
  • 14
  • 30
0
votes
1 answer

How can I create a sharing option on Feedly?

I'm working on a product that helps users store links using hashtags and being able to act on them later (i.e. add tasks based on that article). So I'm looking to building an extension for Feedly so that people can push an article to our website.…
denislexic
  • 10,786
  • 23
  • 84
  • 128