comparison pidgin-twitter.h @ 160:aef26b56a54b

now it falls back to twitter default icon if the user has not set custom icon.
author Yoshiki Yazawa <yaz@honeyplnaet.jp>
date Sat, 26 Jul 2008 13:23:27 +0900
parents b771ddf0b683
children 5dcd8699cba0
comparison
equal deleted inserted replaced
159:b771ddf0b683 160:aef26b56a54b
154 "Authorization: Basic %s\r\n" \ 154 "Authorization: Basic %s\r\n" \
155 "Content-Length: %d\r\n\r\n" 155 "Content-Length: %d\r\n\r\n"
156 #define TWITTER_STATUS_FORMAT "status=%s" 156 #define TWITTER_STATUS_FORMAT "status=%s"
157 #define TWITTER_STATUS_TERMINATOR "\r\n\r\n" 157 #define TWITTER_STATUS_TERMINATOR "\r\n\r\n"
158 #define TWITTER_DEFAULT_INTERVAL (60) 158 #define TWITTER_DEFAULT_INTERVAL (60)
159 #define TWITTER_DEFAULT_ICON_URL "http://static.twitter.com/images/default_profile_bigger.png"
159 160
160 /* wassr specific macros */ 161 /* wassr specific macros */
161 #define WASSR_POST_LEN (255 * 4) 162 #define WASSR_POST_LEN (255 * 4)
162 #define IDENTICA_POST_LEN (140) 163 #define IDENTICA_POST_LEN (140)
163 164