postoditacco / friendfeed-api

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

Realtime feed returning friend's posts intermittingly #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I am calling http://chan.friendfeed.com/api/updates/home every few
minutes with authentication and saving and using the token each time.

2. I am calling from ruby, I have attached the file.

What is the expected output? What do you see instead?

I expect  the feed to only return entries from the authenticated user (in
this case mrjjwright).  I am instead and in error seeing entries every once
in a while from my friend's feeds.

What version of the product are you using? On what operating system?
Mac.

Original issue reported on code.google.com by mrjjwright@gmail.com on 20 Dec 2008 at 7:11

Attachments:

GoogleCodeExporter commented 9 years ago
The realtime API only returns updates from the last couple of minutes, so it's 
possible that you are not calling it 
frequently enough.   Check the "incomplete" flag in the response.  If this flag 
is true, then you are not calling the 
API frequently enough.  

Original comment by gary.burd on 20 Dec 2008 at 8:17

GoogleCodeExporter commented 9 years ago
Yeah I was aware of the incomplete flag and I will check that.  But how would 
not
calling the feed frequently enough result in getting the wrong messages in your 
home
feed?

Original comment by mrjjwright@gmail.com on 20 Dec 2008 at 8:23

GoogleCodeExporter commented 9 years ago
I am sorry, I misread your description.  The realtime feed for 
/api/updates/home returns the same entries as the 
page at http://friendfeed.com and the corresponding realtime page at 
http://friendfeed.com/realtime. 

If you want to see your items only, then create a friend list containing your 
account only.  The realtime feed for 
the the friend list will show your updates only.

Original comment by gary.burd on 20 Dec 2008 at 9:12

GoogleCodeExporter commented 9 years ago
Oh duh, so sorry to waste your time.

Original comment by mrjjwright@gmail.com on 20 Dec 2008 at 11:41