I used RSS viewer Web part for RSS feeds. This works well in edit mode and showing all the feeds. But as I published the page, this web part does not able to retrieve feeds from the respective site and keeps on searching for the feeds.
So, Please help me..
Take a look at http://jaredmatfess.wordpress.com/2013/04/23/sharepoint-february-2013-cu-cod-breaks-the-rss-viewer-webpart/
Apparently the Feb 2013 critical update has a bug which breaks the RSS Viewer Webpart on non-anonymous sites. May fix the prob you are having!
Related
With SoundCloud's recent update showing RSS Downloads as a separate statistic, I am not able to find a way to get this stat via the API.
Looking at the HTTP API Reference for Tracks, I can see options for:
comment_count
download_count
playback_count
favoritings_count
Is there an option to get the RSS download count? Has the documentation just not been updated? If this isn't currently an option, will it be added?
On May 8th 2015, I checked the API via the developer console on Soundcloud and did not see any way to view the RSS download count, unfortunately.
Looks like the stat-reporting direction at SoundCloud has changed, and RSS plays will be part of the overall play number and broken-out in other ways.
https://www.soundcloudcommunity.com/soundcloud/topics/new-rss-stats-need-to-be-reflect-in-total-plays
I'm trying to use this API to search for videos. I have a client key, secret, and everything I need.
I have scoured the API doc page up and down several times, and can't find any reference to video search.
The on-site search allows video search, and the API works fine when I search videos.
I use:
'https://connect.gettyimages.com/v3/search/images/editorial?phrase=' + query + '&fields=id%2Ctitle%2Ccaption%2Cpreview to search for images, and I've tried every combination of the word 'video' in that to search for videos, to no avail.
The images search works great, by the way.
The "swagger" interactive page (most annoying way to display an API doc, by the way) has a section for images, search/images, etc, but no video search or video (using video id).
the v3 API release notes states that they now have support for video search and download. Where?
Thanks to anyone that can lend a hand here, this is probably the most confusing API I've ever encountered.
Thank you!
sorry it's taken so long answer your question! At the time you posted, I don't think we had our video-specific search and download endpoints up. They are there now, though they're still in beta. Should be that way for a couple more weeks.
https://connect.gettyimages.com/swagger/ui/index.html#!/Search
Searching for "video" via the image search endpoints will not give you video files.
Thanks,
Matt
Getty Images API operations
Is it possible to dynamically share posts or links to google plus page using rss feed?
I can automatically share links to my Twitter page or my Facebook page using any Rss Feed, but I can't find any similar application or tool to send my site posts to my google + page automatically
I hope someone can help me find a tool or give me a hint to develop an application can do that task
Some of the third-party tools might enable you to do this for your Google+ Page (not for an individual), such as HootSuite as this Video seems to suggest. However, you should be careful to follow the Google+ user content and conduct policy and to make quality posts to avoid having your content becoming classified as spam.
There is no API that is available to the public that will allow your own app to publish content for a profile.
I'm using vb.net WinForms am Am attempting to use Craigslist BulkPost
Craigslist says to https://post.craigslist.org/bulk-rss/post - Submit RSS to this URL to be posted.
My question is how to read, edit and post back to an RSS Feed. ( Does not have to be craigslist for example and i can finish the fine coding, i have never worked with RSS Feeds and cannot find any good example code or documentation on how to start.)
I have tried but sofar unsuccesfully and only partially sucessfully using Browser control.
Thanks in advance for any docs / advice on how to start this project.
Searching how to run http post from vb.net in google you will find to look at
A Video
An Asp.net Example
Another Example
2nd Best example
And this example
Please us some source code, before most of us won't to help you.
Has anyone found a way to retrieve the activity feed on Steam for a specific user to post on a website similar to tweets? I'm adding an activity feed to my website, but really the only thing I'm most active in is Steam, so it will get stale pretty quickly without Steam in there. I've looked at the web API, but it doesn't specify if I can grab my full feed and post it or if I can just grab certain stats for specific games or not. I've tried to find an RSS feed for my activity but had no luck so far, that would definitely be the preferable format.
I've just looked at this and you can't grab the web feed directly from the site on RSS or JSON. The Web API is meant for developers of Steam applications so that they can get at the player information. For that, you need an API Key, which is provided by Steam. It is not a casual web interface like you might find on Google.
The nasty solution is to HTML scrape the page. I used Yahoo! Pipes to scrape the page (and automatically update) but ultimately decided that was entirely too dirty as it assumes that the Steam pages won't change.
A bit too late, but I'm also searching for this kind of RSS feed. I think I will end up creating a RSS bot to parse the AJAX response used to fetch the activity feed:
http://steamcommunity.com/id/[your username]/ajaxgetusernews
This URL doesn't work out of the box, I think we have to pass some cookies to get access to this page to make Steam think the bot is logged in as a normal user. It returns the HTML markup used to render the activity feed, and a URL to fetch the next batch of activities.
Be advised that this HTML markup is hard to parse because it is inconsistent.