|
SuTweet supports API proxy for Twitter. API server requirementSuTweet 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. ExampleThis project is a example for SuTweet. The code runs on Google Application Engine (GAE). Setup1. 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 bugshttps://groups.google.com/group/sutweet-android
|