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:
- Setup the App Engine development environment
- Checkout the source for the example
- Register your application at FriendFeed. Set the callback URL to http://localhost:8080/oauth/callback
- 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.
- 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.
- View the application in the browser at http://localhost:8080/