Quantcast
Channel: Active questions tagged feed - Stack Overflow
Browsing latest articles
Browse All 538 View Live
↧

Read XML feed with PHP

I have a problem with I trying to read and parse this feed:Some XML Feedfor some reason the function SimpleXMLElement returns empty nodes. I am using file_get_contents to read the URL and then...

View Article


what is the difference between and in feed's structure

can any one please let me know the main difference between <pubDate> and <dc:date> in feed's structure. also please...

View Article


Why after adding /spatie-laravel-feed plugin nothig is opened?

In laravel 10 app / livewire 3.4 I need to add feeds page and using pagehttps://laravel-news.com/package/spatie-laravel-feed as source dataI have installed "spatie/laravel-feed": "^4.4" and in file...

View Article

Power Automate - Web Scraping only articles published on a specified date?

I am learning how to use Power Automate to collect daily information (including headlines, news summaries, published date and links) from several websites, and then all collected data is stored in an...

View Article

Facebook dynamic ads - product feed issue

I am currently trying to set up a product feed for Facebook dynamic ads, but the system keeps saying saying there is an error with "incorrectly formatted shipping". However, it is the same XML feed...

View Article


UnicodeEncodeError: 'utf-8' codec can't encode character '\ud83c' in position...

I am trying to parse "https://tre.tbe.taleo.net/tre01/ats/servlet/Rss?org=arobpers2&cws=42" but I am getting the error "UnicodeEncodeError: 'utf-8' codec can't encode character '\ud83c' in position...

View Article

Extract Links from Facebook activity feed

I'm trying to get the links from a facebook activity feed, i've tried extracting the HTML from the iframe, but this doesn't work because of cross domain. Then I tried cURL but that doesn't work because...

View Article

Difference between description and content:encoded tags in RSS2

What is the difference, if any, between the <description> tag and the <content:encoded> tag in RSS 2.0 format specifications? Is one more important than the other?Should I be using both in...

View Article


lxml.etree.XMLSyntaxError for Korean Charachters

I am trying to parse https://api.lever.co/v0/postings/matchgroup?mode=xml but I am getting the error lxml.etree.XMLSyntaxError: CData section not finished. It seems like the issue is being caused by...

View Article


In feeds, can multiple elements exist inside an ?

Precisely... can multiple <content:encoded> elements exist inside an <item> in a valid feed?Full Story: I am modding the markup of my blog's RSS feeds for Google Currents, and for the app...

View Article

XML declaration allowed only at the start of the document

My blog feed show error today:This page contains the following errors:error on line 2 at column 6: XML declaration allowed only at the start of the documentBelow is a rendering of the page up to the...

View Article

Empty RSS/Atom feed only pointing to next chunk?

If my feed contains 0 item and only has the paginated feed information, and items start in the "next" chunk, will most software consuming feeds see my items?Basically, I want all my contentful feeds to...

View Article

Encountering SignatureDoesNotMatch Error When Accessing Amazon SP API...

How can I resolve the signature issue I'm facing when trying to access a feed document link from the Amazon SP API?I have been utilizing the API mentioned below to create feed documents...

View Article


Using Python to create an RSS feed - but would like to display the feed locally

I've created a project that creates an RSS feed. This RSS feed will be sent to a company that will wrap it and create their own prettier RSS feed with it, but is there a tool or extension that devs use...

View Article

Correct JSON format for the JSON_LISTING_FEED product upload SP-API

{"header": {"sellerId": "XXXXXXXXXXX","version": "2.0","issueLocale": "en_US"},"messages": [{"messageId": 1,"sku": "TESTSKU","operationType": "UPDATE","productType": "LUGGAGE","requirements":...

View Article


RSS.XML Paging like feed/?paged=2

is there any way to view some site rss.xml like wordpress feed (feed/?paged=2)example : http://somesite.com/rss.xmland i need to see http://somesite.com/rss.xml Page 2 , Page 3 and so oni have try...

View Article

How to fetch more than 1000 activities from a GetStream feed?

Based on the getStream.io documentation, there is a limit of fetching a maximum of 1000 recent activities from a feed. What if we need access to older feeds?Let's consider a scenario: there are 10000...

View Article


Facebook graph excluding application posts

Developing an Android App integrated with Facebook. After registering my app on Facebook, getting authorization etc - I`m able to post text and images to a users timeline. When I open the timeline in a...

View Article

nodejs facebook feeds with delay

i've written a batch in nodejs to get the feeds from a particular facebook user-id; the nodejs (version 0.10.33) code uses node module fb version 0.7.0 (https://www.npmjs.com/package/fb) .the batch's...

View Article

Feed RSS not updating for W3 validator

I have a problem with my feed rss actually. I did many tests, and i have to modify my feed rss view (customize it). Here it's my feed rss : http://agro-media.fr/?feed=emailWhen you are in the link, you...

View Article

News API for use in application? [closed]

I want to include the latest news as part of my application, does anybody know any news APIs or sites where they say you can use their news for your app?

View Article


Embedding LinkedIn company updates / feeds

We have created a SharePoint 2010 web part where we display our company feed from https://www.linkedin.com/company/"Name of Company"/. End-users need to login the first time (that is ok). But even...

View Article


Why Repeat Redundant RSS Tags at Both Channel and Item Level, Even Absent...

This question relates to RSS feed generators for podcasts and specifically the tags of itunes:author and itunes:explicit.Why does every RSS feed I have found redundantly show the tags of itunes:author...

View Article

How to make a news feed like facebook for android? [closed]

I want to make an app with something like facebooks news feed it's going to be a text with an image below it that opens a new page, but I actually don't know what it's called so I can't search the...

View Article

Amazon SP-API, Feeds API, JSON_LISTINGS_FEED : PUT Succeeds but Prices Do Not...

I followed the official documentation: https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-use-case-guideto create and submit a feed using the Feeds API.The API process itself completes...

View Article


How can I refund an order fully via MWS feeds API?

I'm using the Amazon MWS feeds API to submit a feed, here is the xml:<?xml version="1.0" encoding="UTF-8"?><AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...

View Article

Problem with RSS feed in WordPress - didnt work

I have a problem with the RSS feed on my site. Theoretically, there is a feed, but... the systems do not see it. An example is the SQUID content aggregator. ChatGPT throws out the answer:I apologize...

View Article

youtube feeding url is not working with my account

I am using this URL to get feed from my YouTube accounthttp://www.youtube.com/embed/?listType=user_uploads&list=You have to put your user name at the end. However, my account is rather new and I...

View Article

How to open URI in web in react native?

CodeApp.jsuseEffect(() => { axios .get( `https://newsapi.org/v2/everything?q=bitcoin&apiKey=6529d29d039d45d591fc53ee553c0e92` ) .then(response => { // console.log(response.data.articles)...

View Article



Get live NFL scores/stats to read and manipulate? [closed]

I need some sort of database or feed to access live scores(and possibly player stats) for the NFL. I want to be able to display the scores on my site for my pickem league and show the users if their...

View Article
Browsing latest articles
Browse All 538 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>