google-feed-api

Google Feeds API not working - Has it been shutdown?

穿精又带淫゛_ 提交于 2021-02-07 07:27:40
问题 I just opened up my news website that I'm working on this morning and none of the RSS news feeds are being displayed, I went onto the Google Feed Forum to see if there had been anything posted about it and the only thing I found was this. https://developers.google.com/feed/forum?place=topic%2Fgoogle-ajax-search-api%2FxP6mKdRA6n4%2Fdiscussion So far there is no official confirmation that it has been shutdown but only speculation that it has been. If it has been shutdown, does that mean that

Yahoo Pipes RSS pubDate showing as “undefined” when viewed through Google Feeds API

瘦欲@ 提交于 2020-01-13 18:22:05
问题 I have an RSS feed which I've created in Yahoo Pipes. You can view it here. When viewing that through Google Feed's API, however, the pubDate is coming up as undefined (for avoidance of doubt, I've also tried formatting that with the case PubDate). Here's the code I've used: <div class="clear" id="feed">  </div> <script type="text/javascript"> var feedcontainer=document.getElementById("feed") var feedurl="http://pipes.yahoo.com/pipes/pipe.run?_id=f0eb054e3a4f8acff6d4fc28eda5ae32&_render=rss"

using RSS feeds in javascript

心已入冬 提交于 2020-01-06 20:17:36
问题 I have a question about Google Feed. It helps me to display RSS by using javascript. First I want to show the code, then I'm going to ask my question. JS Part: <script type="text/javascript" src="https://www.google.com/jsapi"></script> <script language="javascript"> var sglm=new Array(); sglm[0]= 'ahmet tanakol'; google.load("feeds", "1"); function initialize() { var feed = new google.feeds.Feed("http://www.ntvmsnbc.com/id/24927681/device/rss/rss.xml"); feed.setNumEntries(6); feed.load

Internet Explorer markup errors when using Google Feed API in master page

≡放荡痞女 提交于 2019-12-22 00:20:09
问题 I'm using Google Feed API to display an RSS-feed on a customers SharePoint intranet, which works perfect with Chrome, Firefox and other modern browsers. The exception is of course Internet Explorer, both 10 and 11 which we've committed to support. The feed is shown only some times, but the errors thrown in the developer console of IE10 or IE11 are always thrown, even when the feed is displayed. I reference the jsapi source as Google suggests, with a regular <script> tag like <script type=

Does Google Feed API enable access via Node.js?

前提是你 提交于 2019-12-13 04:24:43
问题 I want to use Google Feed API from a server (Node.js). I have already installed the googleapis module. My code is: // parts omitted var googleapis = require('googleapis'); // parts omitted googleapis.discover('feeds').execute(function(err, client) { var feed = new google.feeds.Feed('http://rss.lemonde.fr/c/205/f/3050/index.rss'); }); // parts omitted But Node.js console tells me that "google is not defined". Any idea of the problem and solution? 回答1: to access Google Feed API using Node.js,

How to Load Images from a RSS Feed using Google Feed API?

醉酒当歌 提交于 2019-12-11 10:46:34
问题 I'm not able to load the images using Google Feed API, I'm using the mediaGroup to load images. This is the javascript code I've written for fetching the feed <script type="text/javascript"> google.load("feeds", "1"); function initialize() { var feed = new google.feeds.Feed("http://techzei.com/feed"); feed.setNumEntries(14); feed.load(function (result) { if (!result.error) { result.feed.entries.forEach(function(entry) { $('#feed').append('<div class="card"><a href="' + entry.link + '">' +

How to access Google feeds(Reader) with OAuth2.0?

♀尐吖头ヾ 提交于 2019-12-10 00:18:17
问题 I want to access google feeds with OAuth2.0. I used google-oauth-java-client to get my access token. How can I use it to access the feeds API? I referenced dailymotion-cmdline-sample, and changed SCOPE as http://www.google.com/reader/api to fetch the credential. It returns: 401 Unauthorized You must be signed in to access this stream. And I don't know what's wrong... I also read some posts which shows OAuth2.0 is possible to do this job, but they are not detailed enough to me: Read access

Google feed api deprecated, How can i find rss feed of web site? [closed]

て烟熏妆下的殇ゞ 提交于 2019-12-09 18:38:40
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . I used Google Feed API for finding rss feeds of special keywords or websites, now this api deprecated, so i need alternative way for finding rss of website, I google it but i cannot find any good way.. Find rss from parsing html of website is not good for me because i want to find all rss from any subdomains of it

Internet Explorer markup errors when using Google Feed API in master page

☆樱花仙子☆ 提交于 2019-12-04 19:32:17
I'm using Google Feed API to display an RSS-feed on a customers SharePoint intranet, which works perfect with Chrome, Firefox and other modern browsers. The exception is of course Internet Explorer, both 10 and 11 which we've committed to support. The feed is shown only some times, but the errors thrown in the developer console of IE10 or IE11 are always thrown, even when the feed is displayed. I reference the jsapi source as Google suggests, with a regular <script> tag like <script type="text/javascript" src="http://www.google.com/jsapi"></script> The weird behaviour from Internet Explorer

Google feed api deprecated, How can i find rss feed of web site? [closed]

主宰稳场 提交于 2019-12-04 09:08:55
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . I used Google Feed API for finding rss feeds of special keywords or websites, now this api deprecated, so i need alternative way for finding rss of website, I google it but i cannot find any good way.. Find rss from parsing html of website is not good for me because i want to find all rss from any subdomains of it. For example in the past when with using Google Feed API i give ieee.org and get all rss