postoditacco / friendfeed-api

Automatically exported from code.google.com/p/friendfeed-api
0 stars 0 forks source link

The Real-time (updates) feed does appear to work #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
The Real-time (updates) feed doesn't work for me.
1. curl --basic --user trungly:dryad385pents
http://friendfeed.com/api/updates/home
2. curl --basic --user trungly:dryad385pents
http://friendfeed.com/api/updates/user/trungly/friends
3. etc..  
--> Gives generic errorCode "error"
4. The regular feed works fine for me:  curl --basic --user
trungly:dryad385pents http://friendfeed.com/api/feed/home
--> Gives full list of entries

What is the expected output? What do you see instead?
Expected: JSON of updates entries
Observed: {"errorCode":"error"}

Please provide any additional information below.

Original issue reported on code.google.com by trun...@gmail.com on 25 Jan 2009 at 10:44

GoogleCodeExporter commented 9 years ago
Per the real=time documentation
(http://code.google.com/p/friendfeed-api/wiki/ApiDocumentation#Real-time): "The
real-time methods are served from the host chan.friendfeed.com".

Replace friendfeed.com with chan.friendfeed.com.

Original comment by benjamin...@gmail.com on 26 Jan 2009 at 1:08

GoogleCodeExporter commented 9 years ago
Thanks.  I had missed that.

Original comment by trun...@gmail.com on 26 Jan 2009 at 2:33