-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
31 lines (22 loc) · 987 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
This is a very primitive Twitter API Proxy running on Google App Engine.
It simply acts as a forwarder and does not try to interpret or parse
specific api commands.
Supported API:
RESTful and Search API Methods
http://apiwiki.twitter.com/Twitter-API-Documentation
How to use it with your twitter clients:
Change the base API URL to:
http://retwite.appspot.com
or
https://retwite.appspot.com
Change the search API URL to:
http://retwite.appspot.com/search
LICENSE: Beerware License http://en.wikipedia.org/wiki/Beerware
/*
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE":
* <[email protected]> wrote this. As long as you retain this notice you can do
* whatever you want with this stuff. If we meet some day, and you think this
* stuff is worth it, you can buy me a beer in return Alecs King
* ----------------------------------------------------------------------------
*/