[gnome-online-accounts] twitter: Don't set the method to GET, that's the default



commit bc60d3409d8dea11121401df154bd5c1a6e5ade3
Author: Ross Burton <ross linux intel com>
Date:   Thu Jan 19 15:40:06 2012 +0000

    twitter: Don't set the method to GET, that's the default
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669040

 src/goabackend/goatwitterprovider.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/goabackend/goatwitterprovider.c b/src/goabackend/goatwitterprovider.c
index 59e0d24..32a0d12 100644
--- a/src/goabackend/goatwitterprovider.c
+++ b/src/goabackend/goatwitterprovider.c
@@ -154,7 +154,6 @@ get_identity_sync (GoaOAuthProvider  *provider,
                                       "https://api.twitter.com/1/account/verify_credentials.json";,
                                       FALSE);
   call = rest_proxy_new_call (proxy);
-  rest_proxy_call_set_method (call, "GET");
 
   if (!rest_proxy_call_sync (call, error))
     goto out;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]