My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

SuTweet supports API proxy for Twitter.

API server requirement

SuTweet requires the REST API proxy act like http://api.twitter.com and the search API act like http://search.twitter.com. The REST API server must support forwarding OAuth header.

Example

This project is a example for SuTweet. The code runs on Google Application Engine (GAE).

Setup

1. Get a GAE account at https://appengine.google.com/ and create an application

2. Download GAE SDK for Python:
http://code.google.com/appengine/downloads.html#Google_App_Engine_SDK_for_Python

3. Download sutweet-api:
svn checkout http://sutweet-api.googlecode.com/svn/trunk/ sutweet-api-read-only

4. Modify the first line of app.yaml,change your_application_id to your GAE application ID

5. Open a command window, run the following command:
appcfg.py update <sutweet-api dir>
Note: The appcfg.py is in GAE SDK

6. In SuTweet, set API address:(change your_application_id to your GAE application ID)
REST: your_application_id.appspot.com/sutweet/a
Search: your_application_id.appspot.com/sutweet/s

Suggestions and bugs

https://groups.google.com/group/sutweet-android

Powered by Google Project Hosting