stillintelli.blogg.se

What is google reader
What is google reader




what is google reader
  1. #What is google reader software#
  2. #What is google reader code#
  3. #What is google reader password#

The AJAX application to configure all settings. You obviously don’t need authentification to use those pages. This is the way to access layer 3.Īll shared pages use this prefix.

#What is google reader code#

AJAX code use /atom/ and /api/0/ as sublayers to do the job. This is a layer 2 only zone.Īll AJAX interface is done by /view/ urls. For those read services, it returns an “object” that can be either or xml that look like json. It’s also used to consult some setting lists like list of feeds, list of tags, list of unread counts by feeds/tags, etc. For those modification services, it return either “OK” or “”. It’s used for items/feeds modifications, like adding a Star, deleting a tag, etc. This is the way to access layer 1 and layer 1+2. It’s the (only?) way to acces to feed contents. Of course, you have access to layer 1+2+3 because it’s GoogleĮxcept for identification process, all Google Reader url resourcesĪll urls starting with this prefix return atom feeds. To access to layer 1+2 from Google Reader in order to create your own Reader, and Google Reader give you access to a new Atom feed thatĬontains same data as the original feed, but always with the same output Google Reader offer in fact access to layer 1 only, or layer 1+2 Need to store it in a database, and and interesting things like “items You also perhaps need to understandĪll non standard feeds that mix some features from different Just 10 different and incompatible xml formats (9 RSS formats according When you’re writing a feed aggregator, you need to write three Should be the only thing for which cookies are really needed.

what is google reader

If you don’t have a http client API that support cookies, you can justĪdd header lines that simulate this cookie in all other requests. You then have to add yourself a cookie (well, it look like Googleĭoesn’t add it itself) with the following properties : You need to extract the value for the key named SID The POST action will return you a text file, containing lines of the There is no official rule your client string identification, seeĬlient ID in glossary for more informations. Perhaps they prefer “nothing but aĬrafted information”, or perhaps they don’t care. Note that I have no idea about what Google or the Google Google, so I feel like I need to provide them, event if they are not Note that IĬonsider source and service as a being informative parameters for It’s just how “browsers” identifies themselves. (!) : Those parameters are said to be optional ( Usually use to identify interactively to Google.

#What is google reader password#

Of course, your login and your password are login and password you You should expect big changes before Google Reader release “Authentication is one of the reason why the API hasn’t been released Note: According to Mihai Parparita in Google Reader Support Group, An item usually containĪ text, a title and a link, but can contain other properties. item/ entry : Sometimes called item, sometimes calledĮntry, the item is the base element of a feed.

#What is google reader software#

String like ’pyrfeed/0.5.0’ for the software pyrfeed in versionĠ.5.0 (like classical identification strings for unix softwares). ’contact: name -at- host ’ for interactive test, and use It’s for logging/stat purpose, or perhaps to make some adjustment for client ID : A string that identify the client used.If API call fail (doesn’t return OK), you You usaully needĪ token for direct api calls that change informations. Session identification, but that expire rather quickly. token : A token is a special 57 chars string that is used like a.Just replace it by - and the user ID for current logged user will be user ID : a 20 digits string used by google reader to identify a.SID is generated each time you login to Google Headers, cookie support is not required anymore. If you do, https won’t be required.Ĭookie support is only required to pass to all pages the current You can rely on an external tool to connect with httpsĪnd give you SID.

what is google reader

Https is only required for identification with Google to get the stringĬalled SID.

what is google reader

This document hasīeen made mainly by reverse-engineering the protocol. Google Reader API has not officially been released. On anything on this document is you need an exact information. Note : This document is totally unofficial.






What is google reader