Google Reader API - feed/[FEEDURL]/ is coming back as Not found
- by JustinXXVII
There is one feed I'm subscribed to which always turns up as NOT FOUND when I try to use the API. I return an array of Dictionaries, containing 3 objects. The first in the list represents the user himself, like so:
{
FeedID = "user/MY_UNIQUE_NUMBER/state/com.google/reading-list";
Timestamp = 1273448807271463;
Unread = 59;
}
The…