1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

http/server: success/failure message for /oauth

This commit is contained in:
Gabor Adam Toth 2010-02-23 13:32:23 +01:00
parent a5164da136
commit b29f98f64f
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
/* twitter client
*
* - register @ http://twitter.com/apps
* - then in local.h #define TWITTER_KEY & TWITTER_SECRET
*/
#include <net.h>
inherit NET_PATH "http/oauth";