comparison pidgin-twitter.h @ 165:ade632c88e33

we've got the official source value for pidgin-twitter.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 29 Jul 2008 11:40:16 +0900
parents 5043d4d9766d
children 10516b7b05a9
comparison
equal deleted inserted replaced
164:5043d4d9766d 165:ade632c88e33
150 #define TWITTER_STATUS_POST "POST /statuses/update.xml HTTP/1.1\r\n" \ 150 #define TWITTER_STATUS_POST "POST /statuses/update.xml HTTP/1.1\r\n" \
151 "Host: twitter.com\r\n" \ 151 "Host: twitter.com\r\n" \
152 "User-Agent: pidgin-twitter\r\n" \ 152 "User-Agent: pidgin-twitter\r\n" \
153 "Authorization: Basic %s\r\n" \ 153 "Authorization: Basic %s\r\n" \
154 "Content-Length: %d\r\n" 154 "Content-Length: %d\r\n"
155 #define TWITTER_STATUS_FORMAT "status=%s&source=pidgin-twitter" 155 #define TWITTER_STATUS_FORMAT "status=%s&source=pidgintwitter"
156 #define TWITTER_DEFAULT_INTERVAL (60) 156 #define TWITTER_DEFAULT_INTERVAL (60)
157 #define TWITTER_DEFAULT_ICON_URL "http://static.twitter.com/images/default_profile_bigger.png" 157 #define TWITTER_DEFAULT_ICON_URL "http://static.twitter.com/images/default_profile_bigger.png"
158 158
159 /* wassr specific macros */ 159 /* wassr specific macros */
160 #define WASSR_POST_LEN (255 * 4) 160 #define WASSR_POST_LEN (255 * 4)