My favorites | Sign in
Logo
                
Code license: Apache License 2.0
Feeds:

This project is a complete Google App Engine example application for the FriendFeed API v2. You can see this project in action at http://friendfeed-api.appspot.com/.

For more information about the FriendFeed API:

How to run the example on your desktop computer:

  1. Setup the App Engine development environment
  2. Checkout the source for the example
  3. Register your application at FriendFeed. Set the callback URL to http://localhost:8080/oauth/callback
  4. Edit the file application.py in the source directory. Change the values in the FRIENDFEED_API_TOKEN dictionary to the consumer key and consumer secret from your application registration.
  5. From the root of the application source directory, run the App Engine command "dev_appserver.py .". Note that there's a period at the end of the command.
  6. View the application in the browser at http://localhost:8080/








Hosted by Google Code