add feed subscription to private group
![](http://jazz.net/_images/myphoto/4ec7136ac3c6919a9a9428e5f6585eb9.jpg)
7 answers
![](http://jazz.net/_images/myphoto/4ec7136ac3c6919a9a9428e5f6585eb9.jpg)
zuk wrote:
If you try to use a relative link it wont work, you need to use the full
URL. If the feed is only supporting form based authentication then
things are getting difficult. Did you try loading the feed by specifying
username and password in the feed configuration dialog?
--
Benjamin Pasero
Work Item & UI Commons Team
hi,
i have created a private gruop on FriendFeed and i'm in the need for
adding this subscription to rtc2.0 client...
this group url is accessible only for FriendFeed logged in user, so if
i add the relative subscription to Feed subscription in rtc, no one
news is showed...
any hints?
enzo
If you try to use a relative link it wont work, you need to use the full
URL. If the feed is only supporting form based authentication then
things are getting difficult. Did you try loading the feed by specifying
username and password in the feed configuration dialog?
--
Benjamin Pasero
Work Item & UI Commons Team
![](http://jazz.net/_images/myphoto/4ec7136ac3c6919a9a9428e5f6585eb9.jpg)
i use full url (http://friendfeed.com/jazzdevgroup?format=atom) for this feed in Link textbox (in feed properties box)
it is protected by HTTP Basic Auth, and i put my user and my friendfeed remotekey in autentication fields (in feed properties box)...
i have tried to modify the url, changing the link from http://friendfeed.com/jazzdevgroup?format=atom to https://friendfeed.com/jazzdevgroup?format=atom but nothing it's happened
it is protected by HTTP Basic Auth, and i put my user and my friendfeed remotekey in autentication fields (in feed properties box)...
i have tried to modify the url, changing the link from http://friendfeed.com/jazzdevgroup?format=atom to https://friendfeed.com/jazzdevgroup?format=atom but nothing it's happened
![](http://jazz.net/_images/myphoto/4ec7136ac3c6919a9a9428e5f6585eb9.jpg)
zuk wrote:
Can you open this line in Firefox and check the URL you see in the
browser bar after you have authenticated. Can you try this exact same
URL in RTC.
--
Benjamin Pasero
Work Item & UI Commons Team
i use full url (http://friendfeed.com/jazzdevgroup?format=atom) for
this feed in Link textbox (in feed properties box)
it is protected by HTTP Basic Auth, and i put my user and my
friendfeed remotekey in autentication fields (in feed properties
box)...
i have tried to modify the url, changing the link from
http://friendfeed.com/jazzdevgroup?format=atom to
https://friendfeed.com/jazzdevgroup?format=atom
but nothing it's happened
Can you open this line in Firefox and check the URL you see in the
browser bar after you have authenticated. Can you try this exact same
URL in RTC.
--
Benjamin Pasero
Work Item & UI Commons Team
![](http://jazz.net/_images/myphoto/4ec7136ac3c6919a9a9428e5f6585eb9.jpg)
that is what i do.
the url not change after the auth, is http://friendfeed.com/jazzdevgroup?format=atom
the url not change after the auth, is http://friendfeed.com/jazzdevgroup?format=atom
![](http://jazz.net/_images/myphoto/4ec7136ac3c6919a9a9428e5f6585eb9.jpg)
dear Mr. Pasero,
for bypass the auth problem relatively to rtc reader i think of create a new feed editor and show this in a view, maybe repeating the same look of the original reader (that is com.ibm.team.feed.ui.internal.itemview.FeedItemView, right?) and changing the input (my list of items relatively to my private feed, achieved form friendfeed restful api, instead of NewsItem instances)...
is this idea applicable with a reasonable effort?
what are the classes involved?
do you advice me to create my feed editor starting from 0?
thanks,
regards
enzo
for bypass the auth problem relatively to rtc reader i think of create a new feed editor and show this in a view, maybe repeating the same look of the original reader (that is com.ibm.team.feed.ui.internal.itemview.FeedItemView, right?) and changing the input (my list of items relatively to my private feed, achieved form friendfeed restful api, instead of NewsItem instances)...
is this idea applicable with a reasonable effort?
what are the classes involved?
do you advice me to create my feed editor starting from 0?
thanks,
regards
enzo
![](http://jazz.net/_images/myphoto/4ec7136ac3c6919a9a9428e5f6585eb9.jpg)
zuk wrote:
I dont think this makes much sense. The problem is not the feed editor,
its in the feed.core where authentications of these kind is not
supported. I would first ask the authors of these feeds if there is a
way to access it via basic authentication before rewriting this from
scratch. If they are not providing access via basic authentication then
they basically prevent any feed-reader (except the browser based ones)
from access, and I doubt thats their intent.
--
Benjamin Pasero
Work Item & UI Commons Team
dear Mr. Pasero,
for bypass the auth problem relatively to rtc reader i think of create
a new feed editor and show this in a view, maybe repeating the same
look of the original reader (that is
com.ibm.team.feed.ui.internal.itemview.FeedItemView, right?) and
changing the input (my list of items relatively to my private feed,
achieved form friendfeed restful api, instead of NewsItem
instances)...
is this idea applicable with a reasonable effort?
what are the classes involved?
do you advice me to create my feed editor starting from 0?
thanks,
regards
enzo
I dont think this makes much sense. The problem is not the feed editor,
its in the feed.core where authentications of these kind is not
supported. I would first ask the authors of these feeds if there is a
way to access it via basic authentication before rewriting this from
scratch. If they are not providing access via basic authentication then
they basically prevent any feed-reader (except the browser based ones)
from access, and I doubt thats their intent.
--
Benjamin Pasero
Work Item & UI Commons Team