Cleaned up oauth code based on feedback. Created FlowThreeLegged and OAuthCredentials classes.
diff --git a/samples/appengine/welcome.html b/samples/appengine/welcome.html
new file mode 100644
index 0000000..421711b
--- /dev/null
+++ b/samples/appengine/welcome.html
@@ -0,0 +1,13 @@
+<html>
+  <head>
+    <title>Buzz Stuff</title>
+  </head>
+  <body>
+
+    <ul>
+      {% for item in items %}
+      <li>{{ item.object.content }}</li>
+      {% endfor %}
+    </ul>
+  </body>
+</html>