adium-1.4 2859:41cc56470598: Disable the Facebook CAPTCHA.
commits at adium.im
commits at adium.im
Tue Dec 1 23:29:09 UTC 2009
details: http://hg.adium.im/adium-1.4/rev/41cc56470598
revision: 2859:41cc56470598
author: Zachary West <zacw at adium.im>
date: Tue Dec 01 18:29:03 2009 -0500
Disable the Facebook CAPTCHA.
diffs (13 lines):
diff -r 2661c9d2928a -r 41cc56470598 Plugins/Purple Service/PurpleFacebookAccount.m
--- a/Plugins/Purple Service/PurpleFacebookAccount.m Tue Dec 01 09:57:55 2009 -0500
+++ b/Plugins/Purple Service/PurpleFacebookAccount.m Tue Dec 01 18:29:03 2009 -0500
@@ -42,6 +42,9 @@
// Allow for moving through libpurple
purple_account_set_bool(account, "facebook_manage_friends", TRUE);
+
+ // Disable the Facebook CAPTCHA since it causes heartache and pain.
+ purple_account_set_bool(account, "ignore-facebook-captcha", TRUE);
}
- (NSString *)host
More information about the commits
mailing list