use 'latest' library versions for maximum lifespan as an example
[gae-samples.git] / gdata_feedfetcher / README
blob34fa09ef8830b48f132038fbabd6bf185fa8255a
1 The gdata_feedfetcher sample illustrates reading AtomPub feeds exposed by
2 Google Data APIs. When reading from a feed which requires authorization
3 from the user, this sample uses AuthSub to allow the user to grant access to 
4 their data. 
6 In order to run, this sample requires the source code for the 
7 gdata-python-client to be uploaded along with the code provided
8 in this sample. You can download the gdata-python-client library here:
10 http://code.google.com/p/gdata-python-client/downloads/list
12 Copy the gdata and atom directories which are found in source into the
13 root directory of your app. 
15 For an explanation on how the sample works, please see the aricle on this
16 sample, which is available here:
18 http://code.google.com/appengine/articles/gdata.html